When a user edits the postal Code on an Account, a custom Account text field named. Timezone‘ must be updated based on the values in a PostalCodeToTimezone_c custom ogject. Which two automationtools can be used to implement this feature? Choose 2 answers
A. Approval process
B. Fast field Updates record-triggered flow
C. Quick actions
D. Account trigger
Refer to the following code snippet for an environment that has more than 200 Accounts belonging to the Technology' industry:
which three statements are accurate about debug logs? Choose 3 answers
A. Debug log levels are cumulative, where FINE log level includes all events logged at the DEBUG, INFO, WARN, and ERROR levels.
B. The maximum size of a debug log is 5 MB.
C. Only the 20 most recent debug logs for a user are kept.
D. Debug logs can be set for specific users, classes, and triggers.
E. System debug logs are retained for 24 hours.
Which three Salesforce resources can be accessed from a Lightning web component? Choose 3 answers
A. SVG resources
B. Third-party web components
C. Content asset files
D. Static resources
E. All external libraries
A developer is tasked with building a custom Lightning web component to collect Contact information. The form will be shared among many different types of users in the org. There are security requirements that only certain fields should be edited and viewed by certain groups of users. What should the developer use in their Lightning Web Component to support the security requirements?
A. force-input-field
B. ui-input-field
C. aura-input-field
D. lightning-input-field
Consider the following code snippet:
Given the multi-tenant architecture of the Salesforce platform, what Is a best practice a developer should Implement and ensure successful execution of the method?
A. Avoid executing queries without a limit clause.
B. Avoid returning an empty List of records.
C. Avoid using variables as query filters.
D. Avoid performing queries inside for loops.
Page 8 out of 48 Pages |
Previous |