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
jarens
12/03/2018, 9:12 PM
alert won't fire on a user event script. Change to a client script on save and you'll be fine.\