I’m looking to schedule a database task for 8 AM, 12 PM, & 4 PM. They don’t want me to set a 4 hour interval because they don’t want notifications in the evening and overnight.
Is this something that I can achieve with the custom option? If so, how?
I’d gladly accept any other ideas on how to do this. It’s a system message, so I don’t think I can just make 2 copies of it.
thanks
Mike
Best answer by dsj
I’m looking to schedule a database task for 8 AM, 12 PM, & 4 PM. They don’t want me to set a 4 hour interval because they don’t want notifications in the evening and overnight.
Is this something that I can achieve with the custom option? If so, how?
I’d gladly accept any other ideas on how to do this. It’s a system message, so I don’t think I can just make 2 copies of it.
thanks
Mike
Hi @mfrejik,
You can achieve this with custom expression. Below expression will run the schedule job everyday at 8AM, 12PM and 4 PM
You can create three tasks. When you create three tasks, you can go on and create Scheduled Database Task Chain to execute those tasks in order as per business requirement.
Further you can evaluate using of Cutsom schedule option at Database task schedule to enter a Custom SQL expression to run same task on selected timing.
These are the two options available and the first one will be easiest and straight forward one.
I’m looking to schedule a database task for 8 AM, 12 PM, & 4 PM. They don’t want me to set a 4 hour interval because they don’t want notifications in the evening and overnight.
Is this something that I can achieve with the custom option? If so, how?
I’d gladly accept any other ideas on how to do this. It’s a system message, so I don’t think I can just make 2 copies of it.
thanks
Mike
Hi @mfrejik,
You can achieve this with custom expression. Below expression will run the schedule job everyday at 8AM, 12PM and 4 PM