This is my question:
How can I compare "Today" with a field created in a new entitie "projeto"and generate a alert mail if the diference bettwen both is less than a value.
Best Regards
*This post is locked for comments
This is my question:
How can I compare "Today" with a field created in a new entitie "projeto"and generate a alert mail if the diference bettwen both is less than a value.
Best Regards
*This post is locked for comments
Create new entity which contains attributes contactId and phone.
On change event handler of the attribute value, trigger a workflow ( Process > timeout > equals > your value) then send an alert mail.
use business rule if you want to compare date fields.....on form load use js code to fetch current date and set value .