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!
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