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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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