function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Adam DanielAdam Daniel 

Workflow Rule Based on Formula Checkbox

Hi, all -

I have a workflow rule in my Orders object triggered by a checkbox. The checkbox is based on a formula field that simply echoes a similar checkbox in my Opportunities object.

When the checkbox in Opportunities is checked, that should be echoed in the Orders checkbox. When the Orders checkbox is then true, the workflow rule should fire (it triggers an email alert).

Everything looks fine, and seemed to test okay, but now the email alert isn't sending when the box is checked in Opportunities.

Any thoughts? Thanks!
VIJAYA DONEPUDIVIJAYA DONEPUDI
Hi
Please check what evalution criteria you have given.

Please refer this help topic:
https://help.salesforce.com/s/articleView?id=sf.workflow_rules_define.htm&type=5
Thanks
Vijaya Donepudi
Adam DanielAdam Daniel
Thanks, but I think criteria are correct. Screenshot attached.

User-added image
AnkaiahAnkaiah (Salesforce Developers) 
Hi Adam,

Can you please check the re-evaluation of workflow rule after field update check box will resolve the issue.

User-added image

This should check when update check box field at order record.

If this helps, please mark it as best answer.

Regards,
Ankaiah Bandi


 
Adam DanielAdam Daniel
I'm sorry, I'm not understanding - This workflow is for an email alert, not a field update...?