how to send Notification Reminder to approver for Requested Approvals

Kishore8
Kilo Guru

any body can explain step by step...it will be help full for me....and for other new users also

Can you please explain it step by step.................

i saw previous posts also, but i didn't get any thing ..

1 ACCEPTED SOLUTION

I see I only answered your last question, so here is the rest:


Q: shall we create   both BUSINESS RULE, SCHEDULING JOBS     with same script to run this ,


is it not possible with only   either with Business Rule OR Scheduling jobs.....


A: you can put the script without the start and end lines (include only lines 5 to 16) in the "Run this script" part of the scheduled job. As I said, I prefer everything in one place under the same table, but you can do it only with a scheduled job.



Q: can we set time , i mean i want to run condition after 12.30PM   midnight, where i have to add this condition ,


A: yes - in your scheduled job choose "Daily" as the trigger and set the time of day you want it to run.



harel


View solution in original post

17 REPLIES 17

There is a problem with your code ,



as you said ,


i created BR, Scheduling jobs with same script.



if we ordered an item , previous   pending   items mails are comming with very bulkly..at   a time.


Please explain. I don't understand what you're seeing.


If you set the schedule to run every day at a certain hour for instance, you should expect several mails to be generated and sent, according to the number of approvals waiting for more than a day.


Very thanks for your replay..



its working..


i have doubt..



shall we create   both BUSINESS RULE, SCHEDULING JOBS     with same script to run this ,  


is it not possible with only   either with Business Rule OR Scheduling jobs.....


please give me replay


can we set time ,


i mean i want to run condition after 12.30PM   midnight,


where i have to add this condition ,



please give me your valuable answer ..........


when i ordered a item, automatically   event is running....mails coming about previous order items.


every time it's going like this.....


if i ordered 2 items , two times event triggering...instantly........please suggest me.