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
shasha777shasha777 

What are describe methods in salesforce?

 

Hi to all,

 

 

What are describe methods in salesforce? Please helpme in this...

BharathimohanBharathimohan

 

Describe methods are used to pull values from your organization setup, dynamically.

 

Refer the below links,

 

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_dynamic_describe_objects_understanding.htm

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_methods_system_schema.htm

 

Regards,

Bharathi
Salesforce For All

Mark this post as solved, if it helps you

gautam_singhgautam_singh

Describe Methods in Salesforce

Click the above link for the descibe methods which you can get in Salesforce .

Describe Methods can define the entire schema . Suppose you want all of your fields to be displayed inside your own visualforce page then you can with the help of describe methods

Check This   Blog , this gets all the field metadata in a very easy way .

Important :

Hit Kudo's if you find useful information from this post and if is the solution to your answer please mark it as a solution .