[SalesForce] Workflow rule on opportunity to check account status (custom field) and update opportunity field status

I have created a workflow rule for Opportunity object type which checks if Account Production status (custom field) is set to "Cancelled" it will trigger an update field which would change opportunity stage to "Closed". I have the criteria evaluation set to when its created and every time it's edited.
The opportunities (2- 1 per location) are auto created when the account is created. I tried testing this workflow rule, but its not working. Can anyone help?

I have attached the screen shot below:
http://speedy.sh/t92C3/cancel-workflow.PNG
http://speedy.sh/PAeYD/field-update.PNG

Best Answer

step1:- Make the status field on Account of picklist type which has value cancelled or any other step2:-In workflow set rule criteria as ISPICKVAL(Account.Status__c , "Cancelled") enter image description here step3:-set the stage field as close lost in field update enter image description here

Regards

Ajay

Related Topic