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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Setting a custom field on transaction body for session
Need some SSP help here and hoping someone has a similar need. Note this is the standard Checkout Reference I am refering to. We are trying to carry around some data with the session order between the shopping cart and the checkout (non-secure and secure respectively). This is all in the Model.js LiveOrder model in the SSP Libraries. When a user logs in to checkout, we set some data in a custom field:
order.setCustomFieldValues({custbody3:"some data here"});
where order is derived from nlapiGetWebContainer().getShoppingSession().getOrder() and the custom field is set up for web store and display as "normal".