You need to sign in to do that
Don't have an account?

display all organization objects and all fields and their all values in visualforce page
if u select account
all fields and their all values in a pageblocktable
like this format:
id name type description indurstry site phone accountnumber ownerid fax .......................soon all fields
0019000000DNnun srvas hot des indur www 123 321 0019000000DNnun.................respective field values
0019000000DNnun srvas hot des indur www 123 321 0019000000DNnun..................
0019000000DNnun srvas hot des indur www 123 321 0019000000DNnun.........................
like display all object records
please kindly answer this question
phone |
accountsource |
jigsaw |
billingstate |
parentid |
billingcountry |
type |
lastactivitydate |
createdbyid |
lastmodifieddate |
id |
customerpriority__c |
description |
billingcity |
sla__c |
shippingstreet |
name |
isdeleted |
accountnumber |
no_of_contacts__c |
systemmodstamp |
industry |
site |
numberoflocations__c |
sic |
fax |
tickersymbol |
website |
masterrecordid |
shippingcity |
shippingcountry |
billingpostalcode |
shippingstate |
annualrevenue |
jigsawcompanyid |
Try below code:
please correct the AOI name of the fields and consider variable "accList" is populated by the Controller
display organization all objects and objec fields and their values in visualforce page without using soql queries
fields in one row
respective field values another row