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!
Is there a way to pass Item List to beforeSubmit()?
I have a requirement to create Vendor Credit using SuiteTalk(web services). But it looks like vendor Credit is not supported by SuiteTalk(web services). So I am trying to use SuiteScript User Event, beforeSubmit(). This is how I am trying to do it,
1. call NetSuitePortType.add(Record) by passing a vendor bill object.
2. Include script in vendor bill record's beforeSubmit() method to get all the values from vendor bill record (when vendor bill is submitted using NetSuitePortType.add(Record))and create a vendor credit object.
3. some how stop the creation of vendorbill, (since i dont want to crete vendor bill, I just need vendor credit)