There are two pretty neat ways to locate the Salesforce Schema of Objects. For the newbies on Salesforce I would like to share that if you do not know how are the Salesforce objects are related to each other there is pretty easy way to figure this out.
I believe once you are clear with schema of the object in your organization, writing a SOQL queries and complex apex code would be easier for you
How to find Salesforce Schema of Objects (finding fields of Standard and Custom Objects)
Standard Schema is provided by Salesforce - I was reading about the Salesforce Web Service API and lately through succss.salesforce.com blog I found out this image which gives you idea about the objects are related in standard fashion in Salesforce (officially provided by Salesforce.com)
Finding Salesforce Schema through Eclipse IDE /Force.com IDE
Once you have force.com IDE or Eclipse IDE setup and configured for your organization, follow the steps and image to find this out
Once open locate the file-name 'salesforce.schema' on the package explorer you will find the list of objects in your organization's Salesforce account.
Happy Learning
0 comments:
Post a Comment