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!
Make Contacts private
Since NetSuite doesn't have this as a default option, I'm trying to make all Contacts checked Private when they are added. I created this script:
function makePrivate()
{
nlapiSetFieldValue('private', true);
return true;
}
In Page Init Function I listed makePrivate as the function. Nothing is happening on the form (It doesn't work) nor does it throw any error. Can anyone help on what I'm doing wrong? TIA
0