function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rajesh k 10rajesh k 10 

using Schema method how to retrieve object created date in Salesforce in an pageblocktable?

Hi,
        Actually i displayed all objects in a pageblocktable.One of the column is OwnercreatedDate.How to retrieve Object created dates in a ownercreatedDate table column?

help me..........
Anurag JainAnurag Jain
Hi Rajesh,

I guess the detail of SObject retrieved using meta data API only,
Unfortunately we will not be able to use that in Apex code.

Please let me know also if i m wrong.

Thanks
o rajuo raju
Hi Anurag ,
                     using schema there is any methods are there related to Display created date in a column using visualforce page like sobj.getKeyprefix(), sobj.isQueryable()

help me..........