What should a developer use to implement an automatic Approval Process submission for Cases?
Correct Answer:
C
A developer has the controller class below.
Which code block will run successfully in an execute anonymous window?
Correct Answer:
C
A developer wrote a unit test to confirm that a custom exception works properly in a custom controller, but the test failed due to an exception being thrown.
Which step should the developer take to resolve the issue and properly test the exception?
Correct Answer:
A
A developer wants to display all of the available record types for a Case object. The developer also wants to display the picklist values for the Case.Status field. The Case object and the Case.Status field are on a custom Visualforce page. Which action can the developer perform to get the record types and picklist values in the controller? (Choose 2)
Correct Answer:
AB
What is a capability of cross-object formula fields? Choose 3 answers
Correct Answer:
ABE