- (Exam Topic 1)
If a developer wanted to display error messages with the standard Salesforce Ul styling, what would they use?
Correct Answer:
A
- (Exam Topic 1)
A company represents their customers as Accounts in Salesforce. All customers have a unique Customer_Number___c that is unique across all of the company's systems. They also have a custom Invoice___c object, with a Lookup to Account, to represent invoices that are sent out from their external system. This company wants to integrate invoice data back into Salesforce so Sales Reps can see when a customer is paying their bills on time. What is the optimal way to implement this?
Correct Answer:
B
- (Exam Topic 1)
Which are relevant practices while analyzing the timeline of different types of transactions in the execution overview panel? (Choose two.)
Correct Answer:
AD
- (Exam Topic 3)
An org has a Process Builder process on Opportunity that sets a custom field,CommissionBaseAmount c, when an Opportunity is edited and the Opportunity's Amount changes.
A developer recently deployed an Opportunity before update trigger that uses the CommissionBaseAmount c and complex logic to calculate a value for a custom field CommissionAmount_c, when an Opportunity stage changes to Closed/Won.
Users report that when they change the Opportunity to Closed/Won and also change the Amount during the same save, the C:rr.i;5icnA.T.cur.t c is incorrect.
Which two actions should the developer take to correct this problem? Choose 2 answers
Correct Answer:
AC
- (Exam Topic 3)
A developer wishes to improve runtime performance of Apex calls by caching results on the client. What is the most efficient way to Implement this?
Correct Answer:
C