When to use Client Scripts vs UI Policies vs UI Actions vs Business Rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2009 04:17 AM
Hi Guys,
Just starting to play around with scripts , and was wondering if you can give me a guideline on when is the best time to use Client Scripts or UI policies or UI actions, I'm still at a lost on which one to use .
thanks for your help
quik
- Labels:
-
Orchestration (ITOM)
-
Service Mapping
- 7,497 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2009 08:52 AM
1) UI Policy
2) onSubmit() Client Script
3) UI Policy or Client Script since you'll need to script it anyway
4) If you mean this should happen when the incident is opened, an onLoad() client script. If you mean just have something pop up all on its own, don't think it's possible.
5) UI Policy or Client Script since you'll need to script it anyway
6) inactivity monitor on the sysapproval_approver table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2009 10:46 PM
thank you very much