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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Alert in view mode in a customer record
Hello. Does anyone know how to pull an alert in view mode in a customer record, based on a custom checkbox field being true? I tried a server side script and a client side script. I was able to get the alert to fire in edit mode but not view mode when the record comes up. I called NetSuite tech support and they said "Client Side script or User Event -view mode is not capable on making an alert message either on setting field values."
This is the script that I have so far:
function customerPageinit(type,form)
{
if (type=="edit" | type=="view")
0