I have a form,In this form i have fillup the entry of asset.In this form, a field named Expire date which contain expiration date of perticular asset.I fill this date entry by creating a field name Expire date, the type of field is date/time and style is calender/time control.Now i want to generate an automatic mail before one week the date i enter in the expire field with subject-"Remainder, The expire date of (asset no.)is DD/MM/YYYY "
If someone have any idea, kindly suggest me.
How can i automate it through lotusscript or formula.
actually i have created an agent which runs daily(schedule) but nothing be hapeened.Could this done by any “IF” condition in formula language?Could u clear this >>(@Date(@Today)>@Adjust(AMCExpire;0;0;8;0;0;0));?