Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Create automated incidents / jobs on a daily basis

Updated: 22 May 2010 | 3 comments
Mark Bayliss's picture
0 0 Votes
Login to vote

Hey All,

I wondering how do we create automated incidents /  jobs on a daily basis and have it assigned to workers?

Cheers,

Mark

discussion Filed Under:

Comments

MBHarmon's picture
29
Jul
2009
1 Vote +1
Login to vote

Notification Policies (found

Notification Policies (found on the "Tasks" tab of your Notification Server) offer an option to create incidents on a reoccuring schedule. 

However those do require you to have a report or some other SQL query built for them.  Then the policy will only execute if the report or query has results.  If you're simply looking to create a regular incident that will remain static you can create a simple query that you know will always produce results and be done with it.

- Matt

bgreen's picture
29
Jul
2009
1 Vote +1
Login to vote

Simple Query

For your Notificaiton Policy, you can use a query as simple as "SELECT a" - this will return a single value in a single row ('a') and the policy can be set to execute once per returned row.  The actions of the policy do not necessarily need to have any correlation to the query used to trigger them.

Mark Bayliss's picture
29
Jul
2009
0 Votes 0
Login to vote

Thanks everyone. It worked

Thanks everyone.

It worked like a charm!