When do users have the option to manually share records they own from the record detail page?
Correct Answer:
A
What two ways are available to customize and create applications in salesforce? (No Answer)
Correct Answer:
A
Which of the following statements are true about components of dynamic Apex?
✑ Schema describe is a way to program matically learn about the metadata of your data model within Apex.
✑ Dynamic SOQL refers to the creation of a SOQL string before runtime within an
Apex script,
✑ In dynamic SQQL, you use Sring.escapeSinqIeQuoLes (sLrng)to prevent SQQL injection.
✑ You can use dynamic SOSL to create a tree structure of all the objects and fields in your schema browser.
Correct Answer:
B
What statements are used to retrieve records from an sObject in the Force.com database?
Correct Answer:
D
If a change is made to an approval process, how can a developer determine the user that made the change? Choose 2 answers
Correct Answer:
C