Discussions

Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Update your Profile with your Support type to get your Support Type badge.
Uncover the power of data with the Analytics Hub —your ultimate guide to mastering NetSuite Saved Searches and Reports. Simplify the complex and unlock your organization's true potential. Dive into the Analytics Hub now and soar to new heights!
To help you get the most out of your 2025.2 Release Preview account, review the topics outlined in the 2025.2 Release Preview Guide.
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more

Using arguments

edited Dec 2, 2019 6:08PM in SuiteCloud / Customization 3 comments

Hello. I'm using the following script to fire an alert on a sales order based on a field in the customer record. It works great thanks to reviewing different posts. I'm new to JScripting and had a question why the arguments in the function are needed?

function MemoTest(type, name)

{
if(name=='entity'){
var customer= nlapiGetFieldValue('entity')
var supporthold = nlapiLookupField('customer',customer, 'custentity_support_hold');

if (supporthold== "T"){

alert("This Customer is on support hold, please do not service and have them call Maher at 905-307-6873");
}
}
}

If any argument is left out the script does not work. I'm not sure why these arguments are necessary or how they are used. This is client side field changed function. Any help is appreciated.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!

Leaderboard

Community Whiz

Quarter 4 (Oct-Dec 2025)

This Week's Leaders

This Month's Leaders

All Time Leaders