test

vinnus
Tera Contributor

test

11 REPLIES 11

Mark Manders
Mega Patron

????


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

vinnus
Tera Contributor
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');