A custom picklist field, Food_Preference__c, exist on a custom object. The picklist contains the following options: 'Vegan','Kosher','No Preference'. The developer must ensure a value is populated every time a record is created or updated. What is the most efficient way to ensure a value is selected every time a record is saved?
Correct Answer:C
A custom object Trainer_c has a lookup field to another custom object Gym c. Which SOQL query will get the record for the Viridian City gym and it's trainers?
Correct Answer:A
The sales management team at Universal Container requires that the Lead Source field of the Lead record be populated when a.. converted.
What should be done to ensure that a user populates the Lead Source field prior to converting a Lead?
Correct Answer:B
Which three resources in an Azure Component can contain JavaScript functions?
Correct Answer:ABE
A developer is creating a Lightning web component to showa list of sales records.
The Sales Representative user should be able to see the commission field on each record. The Sales Assistant user should be able to see all fields on the record except the commission field.
How should this be enforced so that the component works for both users without showing any errors?
Correct Answer:B