Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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