Reputation: 181
I have created two fields in a module assigned date and reviewed date. I want review date must be 7 days after the assigned date. Please anyone help me and send me the code how to do that as I'm very new to the sugar.
Thanks
Upvotes: 0
Views: 2671
Reputation: 1633
Here is very detailed explanation of how you can create logic hooks in SugarCRM
Upvotes: 0
Reputation: 1464
If you have the PRO or higher edition of sugar, you should be able to create it with workflow management.
For CE edition (and the other editions as well) you can create it using logic hooks. You properly need an after_save
logic hook on the given module.
See this answer for a description on how to create a logic hook.
Upvotes: 2