Hide state choices in New Project Workspace - RIDAC

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 08:22 AM
Hi Community,
We have started using the New Project Workspace and on the RIDAC page we noticed that for some of the records (Issue, Action, Request Change), State field displays 2 custom choices which we hid from the form via a Client Script.
Basically it seems that the Client Script is not honoured when in Project Workspace and I do not know what is the appropriate solution for this.
I changed the UI type from Desktop to All, but it doesn't seem to have had any effect:
Any ideas please?
Thanks in advance!!
Paula
- Labels:
-
Project Portfolio Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 12:19 PM
Hey @PaulaaO,
Is there a reason behind using a Client Script to hide the options? Is it because it's conditional?
If not, you can deactivate them through the 'State' dictionary record in selected tables only.
Cheers

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 02:02 AM
@James Chun My intention was to avoid having custom choices for state for each of these tables and wanted to use the ones from TASK, as most of these extend from task or planned_task. However, task has these 2 custom choices which are being used by other tables, hence why I opted for the Client Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 02:13 AM
Hey @PaulaaO,
I would recommend deactivating them from the dictionary record as per my last comment. Otherwise, there are other places (e.g. mobile app, list view) that the client script will not work on.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 08:42 AM - edited 03-07-2024 08:42 AM
@James Chun ook, understood. is there anything else I can do, put in place? I cannot de-activate them because they are used by other tables that are extensions of task.