Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Static Saved Search Result
All,
I have a search that I need to build on work orders but I want one of the results to be static (not change) based on the first event that happens to the work order.
Example:
Work Order 123 is created however it has a back ordered item and cannot be built yet.
In the results tab I want a formula or SQL expression to have (or other suggestion):
CASE WHEN {quantity}<{quantitycommitted} THEN 'Backordered' ELSE END
However I want the statement to keep the result in this field as Backordered regardless of when it is no longer on back order for tracking purposes.
0