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!
How to Access Unit Types in SuiteScript?
Hello!
I'm trying to create a custom column in POs but I'm not sure if I'm overcomplicating myself. :P
I'm basically trying to create a column that will show total quantity per piece. For example, if you are buying 2 cases of beer, where the unit type for beers is EACH and each case has 12 beers, then I want my column to show 24 total beers.
I'm trying to do this using SuiteScript using fieldChanged, so that the value updates whenever you change the quantity of the item, but I'm not quite sure how to access the unit type, so that I can get the conversion value.