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
miku1051miku1051 

Which developer tool can be used to create a data model

Which developer tool can be used to create a data model 
Select two options

A.Force.com IDE
B.Force.com Data Loader
C.Application Set -up Menu
D.API


I got this Question in one of the mock exam sites...I am confused in this Question.Please help me with this..

Best Answer chosen by Admin (Salesforce Developers) 
JitendraJitendra

Answer:

Force.com IDE

Force.com Application Setup Menu and

Metadata API

All Answers

JitendraJitendra

Answer:

Force.com IDE

Force.com Application Setup Menu and

Metadata API

This was selected as the best answer
SamuelDeRyckeSamuelDeRycke

"I got this Question in one of the mock exam sites...I am confused in this Question.Please help me with this.."

 

what part confuses you exactely ? 

 

A data model, is pretty much defining objects and fields, and possible relations between multiple objects. By most people this is done using the applications setup menu when browsing to salesforce.com

 

But you can also use the metadata api to do it programmatoricly, or use the force.come (eclipse) IDE, which actually uses the metadata API. If you configure the IDE to download the data model related stuff, you can also do modifications and additions with the IDE, and then save them back to salesforce.