Question 66
A developer Is asked to develop a new AppExthange application. A feature of the program creates Survey records when a Case reaches a certain stage and Is of a certain Record Type. This feature needs to be configurable, as different Salesforce instances require Surveys at different times. Additionally, the out-of-the-box AppExchange app needs to come with a set of best practice settings that apply to most customers.
What should the developer use to store and package the custom configuration settings for the app?
Question 67
messages are rendering on the page. Which component should be added to the Visualforce page to display the message?
Question 68
A company accepts orders for customers in their enterprise resource planning (ERP) crder__c records with a lookup field to Account. The Account object has an External ID field, ERP_Customer_ID__c.
What should the integration use to create new Order__c records that will automatically be related to the correct Account?
Question 69
Exhibit.
A developer created a JavaScript function as a part of a Lightning web component (LWC) that surfaces information... about leads by imperatively calling getFetchLeadList when certain criteria are met.
What are these changes the developer should implement in the Apex class above to ensure the LWC can displ... data efficiently while preserving security?
Choose 3 answers
Question 70
A developer needs to create a Visualforce page to override the standard New Contact Button. The page contains a field of for capturing the Contact's daytime preferred Phone number. The user has the option to select one of the four available phone types (Mobile, Home, Work, or Other) to be the primary contact number. Only if the "Other" Phone Type option is selected, the page must display a text box for the User to provide the other Phone number. How can this requirement be met? Choose 2 answers
