I’ve run the following formula code against three documents that were created from the same form. All fields are found on all three documents. Two requesters get their nessage just fine. But the third doesn’t get the message for any document where they are the requester. I don’t see anything in the log. It seems to be something with this particular user.
Any ideas or suggestions for how to track this down would be appreciated.
@MailSend(Requestor;“”;“”;“TEST: Your IT Request " + @If(reqNumber = “” | reqNumber = “Unassigned”; “”; reqNumber) + " for “+EmpName+” has been approved by the Department Manager.”;NULL;@If(reqNumber = “” | reqNumber = “Unassigned”; "TEST: Follow the docklink to view this request. "; “TEST: Follow the doclink to view request number " + reqNumber.”) + ". ";[IncludeDoclink]);
SELECT @All