Impact/Urgency Matrix and a resulting Priority on Change form- where i can found this code ? need to implement same functionality in my form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2017 11:33 PM
Hi,
Impact/Urgency Matrix and a resulting Priority on Change form- where i can found this code ?
Need to implement same functionality in my form - please let me know if any one knows.
Example - If i change urgent has 4-low and impact has 3- medium -- Priority value will automatically change to 4-Low( this is working on Change Request table ) but i'm unable to find the code .
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2017 11:44 PM
Hi Sowmya,
This is coming from Data look up definition "Priority Lookup" which is a OOB feature.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2017 11:52 PM
Thanks,
May i know how to use those OOB priority in my form??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2017 12:00 AM
These fields are derived from the parent task table.
If you are using any of the table which is extended from task table you can directly use these fields.
If you are creating a custom table then you need to include Extends table as "Task". Then you can use all the task fields in your custom table.