Copado enables you to execute functions from different places. Select the correct option that states where you can execute functions from.(Select all that apply)
Comprehensive and Detailed 100to 150 words of Explanation From Copado Extension builder topics:
Copado Functions can be executed from multiple automation entry points so teams can reuse the same function logic in different DevOps scenarios. The correct option is Salesforce Flow, Function record, Apex Class, and Deployment step. A Function record allows direct execution and testing of the function. Salesforce Flow can invoke a Copado Function through an action, which is useful for declarative automation. Apex Class execution is useful when developers need programmatic control or want to trigger a function from custom Salesforce logic. Deployment steps can also use Functions to execute automation as part of a deployment process. Promotion Step and Dynamic Expression records are not the correct execution sources in this question. Dynamic Expressions pass contextual values into functions, but they do not execute functions themselves.
Currently there are no comments in this discussion, be the first to comment!