February 18, 201016 yr Hello, I hope you guys can help me. I have created a date field that needs to trigger an email 10 days after it has been populated. First off is this possible using conditionals and if so what is the best way to write this? Your help would be greatly appreciated. Edited February 19, 201016 yr by Guest
February 18, 201016 yr Author Ok. I just wrote an If statement and tested it in the script debugger and it works. If [(Get(CurrentDate) - GetAsDate(Field Name))) > 10] Send Mail: [To:"[email protected]"; Message: "This is a sample email." End If So now I need to know how do I trigger it in the Field Name field.
Create an account or sign in to comment