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!
Adding custom parameters to cart in Elbrus
Hello everyone,
I am trying to create a system that allows items to be purchased for a specific person. These people are saved as contacts against the customer.
So far I have managed to get the dropdown for the selection working and the selected person is returned by internal id.
The part I'm having trouble with is then passing this information along into the cart. I have tried to extend LiveOrder.Model to take in the person as the addLine() function is called but this doesn't seem to do anything.
Does anyone have any ideas on how this may be done?