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!
Suitescript to lookup item sublist
Hi There
I am currently looking to build an approval workflow.
Part of this is sending an approval request if the price charged for an item is less than the "wholesale price"(which is a price level) for that item
to do this, I assume I will need to create a script which searches for the price for the given item; price level ("wholesale price" in this case) and quantity
For example: I would need to be able to search for the price for:
-50 piece tool kit (item)
-3 units
-wholesale price level
I was wondering whether this is possible with a server side script?