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
anjin reddy 9anjin reddy 9 

Getting all fields ,labels and datatype of particular Objects in Table.

Hi Friends,

 1) I need to get the all fields ,labels and datatype of particular Objects in Table
 2) I have tried some code its genarating extra fields ,label and datatypes along with that fields. I dont want like dat.     
3). And also its nt genarating Length of related datatype.
4) And i need the labels,fields and data type its lenght in table

  could you please suggest me .As soon as possible,Its very urgent

Thanks
Anjin
Always ThinkinAlways Thinkin
Would Field Trip (https://appexchange.salesforce.com/listingDetail?listingId=a0N30000003HSXEEA4) work for you? It returns detailed metadata about Objects in Salesforce as a native app and displays the results as Custom Objects. This is useful if you are trying to view the metadata but if you have to do it in code, you'll want to use Schema describe methods in Apex.
anjin reddy 9anjin reddy 9
Hi Thinkin,

    Can you explain how to use that link  ,Actually my require is to get all fields ,labels and data tyape along with data type length of one object in Table.

So suggest me to get it in on table 
Thanks
Anjin