How to send the notification from a task when any fields change ?
Hello!
Is it possible to send a notification from one task when any value of the fields in the form change?
Example :
I have a task with 10 fields and I want to send an Email with changing fields for a group that they know which information changed to verify them.
Thanks!
-
Edindoost,
You can keep a hidden subform with 2 textboxes ("oldvalue" and "newvalue"). You can call a Onchange event for every form field and you can populate the old value and the new value (if there is a change). Then onBeforeSubmit, you can gather the details of the subform and send mail as per business requirement.
Thanks
請登入寫評論。
評論
1 條評論