Generate Triggers WF Policy
Why required?
1. New WF Policy and wants it to work as per the conditions specified for the policy.
2. Old Policy ,changes in condition
Steps:
1. Navigate to “Administration – Server Management -> Jobs” view
2. Click on New.
3. Component/Job = “Generate Triggers”
4. Now, in the Job Parameters applet, you need to provide the following four parameters:
a) EXEC : TRUE b) Remove : FALSE c) Privileged User : "Database Table Owner Name" d) Privileged User Password : "Table Owner Password
5. Click on Start.
6. After few seconds, refresh the view (by clicking on “Execute Query” button), you will see Execution Server will get assigned to the request and Status changes to “Active”.
7. After few minutes, again refresh the record and once the trigger get generated, Status changes to “Success”.
Related posts:
- Assignment Policy
- E-mail not working in Siebel
- How To Correct Repositories With Incorrect or Missing INTL Records When Installing or Upgrading To Siebel Versions 7.7 or 7.8
- Setting up Multiuser Development Environment
- Siebel worlflow Policy for starters
- Using Batch Workflow Policies For Sending Consolidated Emails

















(No Ratings Yet)
If we keep EXEC = False, an sql file will be generated instead of applying the triggers on database. That sql file can be run later.
Before creating the triggers, we should drop the existing trigger. i,e. Remove = True
Cheers
Abhi
Leave your response!