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.
Help.. What is the internal ID for WEIGHT on an Item Fulfillment?
I'm trying to make a simple script that looks at the item weight on an item fulfillment and IF it's greater then 0 and the tracking number is empty to alert the user.
I have tried using the records browser but can't find the internalID for the item weight.
Can anyone tell me what it is??
if ((nlapiGetFieldValue('item_fulfillment_weight') != null) && ((nlapiGetFieldValue('item_fulfillment_trackingnumbers') == "") || (nlapiGetFieldText('item_fulfillment_trackingnumbers') == null)))
{
alert("Please enter:\n\ntracking number:");
return false;
}
return true;
Here is a screen shot of what I'm looking for:
https://docs.google.com/document/d/1CGoCBOd15B7kHGn0Je776xfGPFQOU2B2ci28hmtSZXA/edit?hl=en&authkey=CKKb9JkE