Approval BPM Not Triggering on Opportunity Sales Stage Change (Redwood UI)
in Sales
Summary:
Hi Everyone,
I am facing an issue while configuring an approval cycle for the Opportunity object in Redwood UI, and I would appreciate your guidance.
What I have done so far:
- I built a BPM approval project, deployed it successfully, and verified that it is working.
- I created an Object Workflow on the Opportunity object to call the BPM.
- The workflow is configured with:
- Trigger: When a record is updated
- if (isAttributeChanged('SalesStageId') && SalesStageId == 300000003656014) return true;else return false;
- The workflow is set to run after the field change.
- Under the BPM section, I configured:
- Input approver —> Sales Manager
Tagged:
0