Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Intelligent Payment Automation, powered by BILL (aka Bill.com), lets you automate payments, manage vendor details, and bank account information within NetSuite.
The SuiteApp is available to organizations based in the U.S. with a valid U.S. address, or to global customers (except Canada, China, and Japan) with U.S. business subsidiaries. It only supports payments to vendors operating in the United States.
For more information, visit this thread.
Scheduled workflow based on saved search using Workflow History...null value issues
Greetings,
Novice workflow script writer here. I am attempting to create a workflow that will send product care instructions based on items customers have purchased. My methodology is:
1. Create a saved search based on sales orders that contain the specific items. (no problem)
2. The saved search looks at the workflow history "state" to make sure the email hasn't already been sent (PROBLEM).
It appears that if the workflow history state is null that I can't evaluate against it.
Example: Let's call the workflow state "goober". If I set the criteria to "workflow history:state is not goober" it doesn't return anything. None of the Sales orders have a workflow history of goober...in fact they don't have anything....so it must be having issues with null?????