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.
script access to fields on contact Access/Notify checkbox
Is there a way to access the checkboxes 'giveaccess#' and 'sendemail#' (# = row number in list) for contacts listed under the Access tab?
First, we do not want the general access area turned on so we use client side scripting to prevent this.
Second, we have multiple customer centers and unfortuantely NetSuite does not allow different welcome letters for different centers so I wanted to run a server script 'beforeSubmit' which would look for individual contacts who have the 'Access' checkbox checked and the 'Notify' checkbox checked and turn off the 'Notify' so the default welcome letter doesn't fire off and then send a custom email out depending on the role.
0