What Visualforce tag can be used to display custom messages in pages using the Salesforce Ul styling for errors, warnings, and other types of messages?
What Visualforce tag can be used to display custom messages in pages using the Salesforce Ul styling for errors, warnings, and other types of messages?A . <apex:customMessage>B . <apex:error>C . <apex:message>D . <apex:pageMessage>View AnswerAnswer: D
What LimitException could the following code trigger?
A company requires an external system to be notified whenever an account is updated. What LimitException could the following code trigger?A . System.LimitException: Too many future callsB . System.LimitException: Too many calloutsC . System.LimitException: Too many SOQL queriesD . System.CalloutException: Callout from triggers are currently not supportedView AnswerAnswer: A
How many Territories can an instance of salesforce have?
How many Territories can an instance of salesforce have?A . 400B . 200C . 1000D . 100E . 500View AnswerAnswer: E
Which interface needs to be implemented by a Lightning Component so that it may be displayed in modal dialog by clicking a button on a Lightning Record page?
Which interface needs to be implemented by a Lightning Component so that it may be displayed in modal dialog by clicking a button on a Lightning Record page?A . Force: lightningQuickActionB . Lightning:editActionC . Fightning:quickActionD . Force:lightningEditActionView AnswerAnswer: A
What are three benefits of using static resources in Visualforce and Lightning Components? Choose 3 answers
What are three benefits of using static resources in Visualforce and Lightning Components? Choose 3 answersA . Static resource files can be packaged into a collection of related files in a zip or jar archive.B . Static resource files do not count against an organization's quota of data storage.C ....
Which option has the changes to make the component responsive for mobile and tablet devices?
A Lightning Component has a section that displays some information about an Account and it works well on the desktop, but users have to scroll horizontally to see the Description field output on their mobile devices and tablets. Which option has the changes to make the component responsive for mobile...
What change should be applied to the component?
A Lightning Component functions in preview mode and needs to be used inside a Lightning App Builder page, but it is not available. What change should be applied to the component?A . Refresh the sandbox and upgrade it to the latest API version.B . Delete the component, metadata, and Apex...
Given a list of Opportunity records named opportunity List, which code snippet is best for querying all Contacts of the Opportunity's Account?
Given a list of Opportunity records named opportunity List, which code snippet is best for querying all Contacts of the Opportunity's Account? A) B) C) D) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: A
What can a developer use to analyze and diagnose the problem in the Lightning Page?
A company has a Lightning Page with many Lightning Components, some that cache reference data. It is reported that the page does not always show the most current reference data. What can a developer use to analyze and diagnose the problem in the Lightning Page?A . Salesforce Lightning Inspector Storage...
What debugging approach using the Developer Console provides the fastest and most accurate mechanism to identify a specific component that may be returning an unexpected number of rows?
A developer receives a LimitException: Too many query rows: 50001 error when running code. What debugging approach using the Developer Console provides the fastest and most accurate mechanism to identify a specific component that may be returning an unexpected number of rows?A . Count the number of Row Limit warning...