- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 05:50 AM
Hello Everyone,
I have a requirement where i need to populate if the Priority changes to Critical i.e: P1.
Can anyone help me with the script for this and also please let me know the best practice to populating message whether it is Client script or BR.
On incident table when ever i choose Impact & Urgency as High Priority changes to Critical when ever it changes critical i just to populate a message saying that it is P1 ticket
Thanks in Advance,
Irfan
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 06:24 AM
Yes, you can throw a warning on P1 incidents form an onChange client script. I would do it something like this (untested code ahead)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 06:05 AM
And so many left to learn.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 06:11 AM
And that's why we watch technow and happy hour live coding so that we can learn from you !!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 06:13 AM
I think I learn more from the community than you learn from me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 06:16 AM
Yes, community is great and so as your sessions.
Otherwise I and may be many others would have never got to know how jelly works if there would not have been TechNow episodes 1 , 2 and 3.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 06:20 AM
Chuck,
AMAZING...!!!
But just wanted to confirm that is written onSubmit can i change it to OnChange ???
As per my req once priority change to 1 ciritical message to be populated...