Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Why is my workflow not working for checkbox?
Hi,
I have a checkbox on my sales order form. If it's checked, I want it to send out an email. If it's not checked, I don't want an email sent. Doesn't seem to be working and am not sure why...
Checkbox checked - workflow condition: {custbodycustbody_production_date}='T' - no email gets sent
Checkbox unchecked - workflow condition:{custbodycustbody_production_date}='T' - no email gets sent
Checkbox checked - workflow condition:{custbodycustbody_production_date}!='F' - email gets sent
Checkbox unchecked - workflow condition:{custbodycustbody_production_date}!='F' - email gets sent
Thanks!