test
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2025 02:07 AM
11 REPLIES 11
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2025 04:50 AM
????
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2025 05:13 AM
if(producer.priority == 'High')
(current.urgency = '1') && (current.impact = '2');
will be High in the case
and for Medium
(current.urgency = '2') && (current.impact = '2');
and for low
(current.urgency = '3') && (current.impact = '3');