I’m trying to notify users of changings in a DB by sending them a mail from LS agent. This mail message should do some LS code when it get opened in the users mail box.
doc.Send True,"u@example.com"
That works and the document is received in the user’s mail box. But the script attached to form won’t run. All options are on. The script should run but i noticed by comparing to another working application that in this case the recieved document lacks some $$$FormScript_O, etc. fields.
What could be the cause that the script attached to the document is not sended to the user ?