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.
'shipaddresslist' value empty on PO
We have identified a bug with purchase orders (we drop ship all orders) where the 'shipaddresslist' field (i.e. the ship address internal id) is null/empty on some PO's. When this value is empty on PO's, we cannot pull the shipping address via script and we can't save changes to the PO without selecting a value in that field. We have created a workaround but the workaround is costly in script processing time.
As I mentioned, we drop ship all orders. When a SO is approved, a drop ship PO is automatically created by NS. When this PO is created, we use an after submit user event script to send the PO information to our vendor. Part of the info we have to send is the customer's shipping address. When the 'shipaddresslist' value is empty on the PO, we cannot pull the address from the PO record. In the script, we have to load the SO and get the address from there which is adds to processing time.