List of questions
Related questions
Question 5 - Certified Platform Developer II discussion
A company has code to update a Request and Request Lines and make a callout to their external ERP system's REST endpoint with the updated records.
The CalloutUtil. makeRestCallout fails with a 'You have uncommitted work pending. Please commit or rollback before calling out' error. What should be done to address the problem?
A.
Change the CalloutUtil.makeRestCallout to an @InvocableMethod method.
B.
Remove the Database.setSavepoint and Database.rollback.
C.
Move the CalloutUtil.makeRestCallout method call below the catch block.
D.
Change the CalloutUtil.makeRestCallout to an @future method
Your answer:
0 comments
Sorted by
Leave a comment first