Discussions
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Join us
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