even after removing the planning choice from the priority in the RITM table its still showing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-18-2024 09:58 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-18-2024 10:18 AM
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
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-18-2024 10:25 AM
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-19-2024 03:45 AM
Tried this one but still its showing.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-19-2024 04:42 AM
Please try my solution about removing choice option using client script.
Regards,
Musab