I tried to accomplish this via the following fields BUT was not able to make it work.
- We have a picklist status on the account (existing accounts have a blank status that i would like to use as 1 of the triggers)
- We have a an opportunity stage called "PO Received"
I would like to have a formula or trigger or something that looks like this: If opportuntiy stage is "PO Recieved" and account status is "blank" submit the account for approval.
Any assistance is much appreciated!!!
답변 6개
Hmm, I see what you're saying, you can't submit a related Account for approval based on the Opportunity trigger.
What about you create a hidden checkbox field on your Account NeedsApproval__c that will get updated to true from this Process Builder. Then, create a separate criteria-action on your Account Object's process builder that will check for this checkbox and submit for approval if checked? I haven't done this, but give it a try.