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.
Search Criteria Formula to find Line Items on Sales Order
I'm trying to create a search to find line items on Sales Orders where the Committed Quantity divided by the Casepack Quantity (this is a custom field we have setup on the item record) is not a Whole Number. So in other words, Netsuite is committing a number that is not an even casepack quantity. For example the casepack is 4 pieces and NS committed 3 pieces or 5 pieces.
Here is what I have tried using the MOD function in the search criteria of a transaction search using a numeric formula field
Is Greater then 0
REMAINDER({quantitycommitted}, {item.custitem_casepackqty})
I have also tried the MOD function using
0