- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2018 09:27 AM
Hi
I am new to Servicenow, Can you please help me on this
How to trigger a business rule when date becomes current date ?
Thanks,
Navya
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2018 01:45 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2018 11:34 AM
Hello Navya,
This is not possible, Business rules only trigger if there is a database update.
What exactly is your purpose? May be i can give you an alternate solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2018 11:46 AM
Thanks for the response.
I have created three tables
Equipment request - request form for equp
Equipment Task - create task for help desk
equipment pick up - Equp pick up
on request form user specifies the return date of the equp. When equp return date becomes current date.. Equip pick up task should generate a task to help desk..
So i am trying to trigger a business rule when return date is today. I hope you got it.
Thanks,
Navya

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2018 12:14 PM
So, in order to achieve what you're trying to do the best method to do is actually create a workflow for the table where the return date field is, workflow waits till the return date and also creates a task which the business rule basically does. This is the best way because workflow triggers exactly at the time of the due date.
If you want do not want to use a workflow, the only option would be to use a scheduled job, again scheduled job has its limitations because it runs AT A CERTAIN TIME but not AT THE TIME OF RETURN DATE. So if you have a scheduled job that runs every one hour, or every day at a certain time it should do what you're asking for but there will be a delay because its going to run at particular intervals.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2018 01:32 PM
Sree,
I think schedule will not work, sometimes they use return date as today's. Schedule jobs will run at a specific time.
I have created a workflow. But i am not seeing the Tasks on the related list.
I am taking Change request as a example.
Thanks,
Navya