What should a developer use to implement an automatic Approval Process submission for Cases?
What should a developer use to implement an automatic Approval Process submission for Cases? A. An Assignment Rule B. Scheduled Apex C. Process Builder D. A Workflow Rule
A method is passed a list of generic sObjects as a parameter.
A method is passed a list of generic sObjects as a parameter. What should the developer do to determine which object type (Account, Lead, or Contact, for example) to cast each sObject? A. Use the first three characters of the sObject ID to determine the sObject type. B. Use the getSObjectType method on each generic […]
What are two benefits of the Lightning Component framework? (Choose two.)
What are two benefits of the Lightning Component framework? (Choose two.) A. It simplifies complexity when building pages, but not applications. B. It provides an event-driven architecture for better decoupling between components. C. It promotes faster development using out-of-box components that are suitable for desktop and mobile devices. D. It allows faster PDF generation with […]
Which statement results in an Apex compiler error?
Which statement results in an Apex compiler error? A. Map<Id,Leas> lmap = new Map<Id,Lead>([Select ID from Lead Limit 8]); B. Date d1 = Date.Today(), d2 = Date.ValueOf(‘2018-01-01’); C. Integer a=5, b=6, c, d = 7; D. List<string> s = List<string>{‘a’,‘b’,‘c’);
Which three values must be defined when creating a new Opportunity Stage picklist value? (Choose three.)
Which three values must be defined when creating a new Opportunity Stage picklist value? (Choose three.) A. Quota B. Forecast Category C. Amount D. Probability E. Type
Universal Containers would like to embed a chart of all related Opportunities, by stage, on the Account detail
Universal Containers would like to embed a chart of all related Opportunities, by stage, on the Account detail page. What type of report should an app builder create to add to the Account page layout? A. A summary report on the Account object. B. A tabular report on the Account object. C. A summary report […]
What sandbox type allows for the use of a sandbox template?
What sandbox type allows for the use of a sandbox template? A. Developer Sandbox B. Developer Pro Sandbox C. Config Sandbox D. Partial Sandbox
An app builder has been asked to integrate Salesforce with an external web service. The web service must be no
An app builder has been asked to integrate Salesforce with an external web service. The web service must be notified every time an Opportunity is Won. Which two can satisfy this requirement? (Choose two.) A. Use a workflow rule and an outbound message. B. Write a trigger to use Apex Managed Sharing to grant access […]
Which three Salesforce functionalities are ignored when processing field updates in workflow rules and approva
Which three Salesforce functionalities are ignored when processing field updates in workflow rules and approval processes? (Choose three.) A. Field-level security B. Record type picklist value assignments C. Multiple currencies D. Validation rules E. Decimal places and character limits
Which two should the app builder consider before overriding standard buttons? (Choose two.)
An app builder at Universal Containers would like to prevent users from creating new records on an Account related list by overriding standard buttons. Which two should the app builder consider before overriding standard buttons? (Choose two.) A. Standard buttons that are not available for overrides can still be hidden on page layouts. B. Standard […]