Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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")