Hello everyone ,
In a custom module named ‘CONTRACT’, I have two dates : start date and end date.
I want to make a control
if (START_DATE is greater than END_DATE)
{ I have an error message }
Thank you for help
Hello everyone ,
In a custom module named ‘CONTRACT’, I have two dates : start date and end date.
I want to make a control
if (START_DATE is greater than END_DATE)
{ I have an error message }
Thank you for help
You can do this on a before save logic hook.
its done thank u very much ,
but i have issue in this PART https://suitecrm.com/forum/suitecrm-7-0-discussion/5697-how-get-duplicate-found-in-contract-module#20832