Im using an alert and its not working. i put a log...
# suitescript
c
Im using an alert and its not working. i put a log.debug in so i know the value is more than 1 but it is not returning error if (PSEcount > 1) { alert('**Message goes here**'); return false; }
j
alert won't fire on a user event script. Change to a client script on save and you'll be fine.\
👍 2