- (Exam Topic 3)
A developer is working with existing functionality that tracks how many times a stage has changed for an Opportunity. When the opportunity’s stage is changed, a workflow rule is fired to increase the value of a filed by one. The developer wrote an after trigger to create a child record when the field changes from 4 to 5.
A user changes the stage of an Opportunities and manually sets the count field to 4. The count field updates to 5, but the child record is not created.
What is the reason this is happening?
Correct Answer:
D
- (Exam Topic 3)
Consider the following code snippet:
Which two steps should the developer take to add flexibility to change the endpolnt and credentials without needing to modify code?
Choose 2 answers
Correct Answer:
AC
- (Exam Topic 1)
A Visualforce page contains an industry select list and displays a table of Accounts that have a matching value in their Industry field.
When a user changes the value in the industry select list, the table of Accounts should be automatically updated to show the Accounts associated with the selected industry.
What is the optimal way to implement this?
Correct Answer:
B
- (Exam Topic 1)
What is the transaction limit on the max Salesforce CPU time?
Correct Answer:
D
- (Exam Topic 3)
Consider the code above.
When a user dicks on the Link of a Contact's name, what happens'
Correct Answer:
A