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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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