even after removing the planning choice from the priority in the RITM table its still showing

hemasree kanduk
Tera Contributor

i want to remove the planning choice from  priority field in the RITM table. i tried removing it from configure choices but still its showing.

4 REPLIES 4

Musab Rasheed
Tera Sage
Tera Sage

Generally Priority values are populated from task table hence better write simple client script on RITM table to remove that choice value. Syntax would be simple g_form.removeOption(). You will get lot of threads

Please hit like and mark my response as correct if that helps
Regards,
Musab

SANDEEP28
Mega Sage

@hemasree kanduk How did you remove it ? Have you changed "Inactive" field to true for below record ?

 

If you are disabling it from here then it will get disabled for all tables which are getting extending from task table.

 

SANDEEP28_0-1705602270896.png

 

Tried this one but still its showing.

 

Please try my solution about removing choice option using client script.

https://servicenowguru.com/scripting/client-scripts-scripting/removing-disabling-choice-list-options...

Please hit like and mark my response as correct if that helps
Regards,
Musab