Cloud Kicksは、レコードをリードし、無関係なレコードを更新するために、いくつかの更新を自動化する必要があります。Selectの変更は、レコードが作成または更新されるたびに発生する必要があります。Putotherの変更は、レコードが更新されたときにのみ発生する必要があります。
管理者がこれらの更新を自動化するために使用する必要がある2つのオプションはどれですか?
2つの答えを選択してください
正解:B,C
Process Builder and Flow Builder are tools that allow administrators to automate business processes in Salesforce without writing code. Process Builder and Flow Builder can perform actions such as creating records, updating fields, sending emails, posting to Chatter, invoking Apex classes, calling flows, etc.
To automate several updates to lead records and update unrelated records at Cloud Kicks, an administrator can use two options:
* B) Create a Process Builder that runs when a record is changed
Process Builder is a tool that allows administrators to create processes that consist of criteria nodes and action groups. Criteria nodes define the conditions that trigger the process and action groups define the actions that the process performs. Processes can run when a record is created or when a record is created or edited.
By creating a Process Builder that runs when a record is changed, an administrator can automate updates to lead records based on certain criteria and perform actions such as updating fields, sending emails, posting to Chatter, invoking Apex classes, calling flows, etc. References: https://help.salesforce.com/s/articleView?id=sf.
process_overview.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.process_considerations.
htm&type=5
* C) Create a flow that runs when a record is created or updated
Flow Builder is a tool that allows administrators to create flows that consist of elements such as screens, assignments, decisions, loops, etc. Elements define the logic and user interface of the flow. Flows can run in different ways such as when a user clicks a button, when a record is updated by Process Builder, when an event occurs in the system (such as record creation), etc.