Authorization and Rejection Automation Scripts

Once the user accepts or rejects the operation, use the corresponding scripts to advance the flow along the desired path. These server-side scripts typically include instructions to navigate to a desired step in the flow. For example:

Copy
log("Payment authorized.");
setNavigationEdit("Payment", context.Data.recordID, "Payment", "2");