<br>All,<br><br>I have a Priority as a String plugin configured. Here is my configuration below.<br><br><br>Set( %PriorityAsString, ( Low => 0, Low-Med => 25, Med => 50, High => 100 ) );<br>Set( @PriorityAsStringOrder, qw( High Med Low-Med Low ) );<br>
<br>In RT Priority, I now see,<br><br>Priority: Low-Med/Low-Med or Med/Med<br><br>I'd like to see only one of those. The Priority gets repeated after a "/"<br><br>Is there any way I can get around it?<br><br>
Thanks!<br>Steve<br>