ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 76 - Certified Platform App Builder discussion

Report
Export

Cloud Kicks (CK) keeps track of its shoe inventory in Salesforce. When an order's status is changed to Activated, the inventory for the ordered shoe is reduced. At that point, a SOAP web service on the CK website must be called so that the website is updated to display the correct inventory amount for the shoe.

What should an app builder use to communicate to the CK web service when a shoe's inventory has changed?

A.
After-Save Record-Triggered flow
Answers
A.
After-Save Record-Triggered flow
B.
Before-Save Record-Triggered flow
Answers
B.
Before-Save Record-Triggered flow
C.
Process Builder
Answers
C.
Process Builder
D.
Workflow rule
Answers
D.
Workflow rule
Suggested answer: A

Explanation:

To communicate to the CK web service when a shoe's inventory has changed, an app builder should use an after-save record-triggered flow. An after-save record-triggered flow is a type of flow that runs after a record is saved and can perform actions such as updating related records, sending emails, calling external services, etc. An after-save record-triggered flow can use an Apex action to invoke a SOAP web service using a WSDL file. [Source]

asked 23/09/2024
Débora Gomes Almeida
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first