- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2018 01:33 AM
Hi All,
Can anyone help me on this?
On the Incident form, Incident created from Service Catalog 'Get Help' (Create Incident) should have Urgency set as 2-Medium, Impact as 2 - Medium and Priority as 3- Medium.
How can I achieve that? We dont have any field "impact" in 'Get Help' (Create Incident).
Regards,
Sreeja
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2018 01:42 AM
Hello,
On record producer definition, you can edit the script to assign impact and urgency as required.
Thanks,
Ali
Thank you,
Ali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2018 01:42 AM
In the script field, just add the following
current.setValue('impact', '2');
current.setValue('urgency', '2');
Priority should not be set, it will automatically be calculated based on the impact and urgency.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2018 01:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2018 05:29 AM
as palam, ahmadalli suggest, follow that,,
in case if it was not effect then use Priority lookups , you can able to check it from here.