Cannot find email notification
Hi
In my appl. AFB System 2.0 I have an email notification that I cannot see in the scripts. However ZC does send the email. The script should be in "on edit" and "action on succes". The script should look like;
if (input.PRRequest_Type == "Sign and label")
{
sendmail
(
To : dennis.skouboe@andritz.com, marianne.aafeldt@andritz.com, camilla.kümmel@andritz.com
From : zoho.adminuserid
Subject : "Sign and label assignment has been edited. Please look in AFB System."
Message : "Hi Sign and label assignment request Id No.+input.ID has been edited. Please look in the AFB System.
"
)
}
Nevertheless I cannot see the script.
Is some of the script in the "on edit" not visible?
BR Skouboe