- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2017 12:40 PM
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 ..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2017 05:28 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2017 03:19 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2017 02:55 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2017 03:28 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2017 03:31 AM
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 ..........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2017 04:02 AM
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.