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

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..........
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..........
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
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..........