- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2020 01:05 PM
What is the best option to hide question choices in the catalog that are no longer valid anymore?
I went through a few articles but still trying to figure out what is the best option without affecting historical data?
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2020 06:17 AM
Thanks for all your response.
Deactivating isn't an option so I ended up deleting and confirmed the question choice still exists in the old RITMs and it did not impact the historical data.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2020 01:12 PM
You can just deactivate the variable. It shouldn't impact the existing records because the values are already populated in mtom table.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2020 01:15 PM
We have 10 questions under the variable (select box) and 2 no longer required.
Disabling the variable will hide all questions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2020 01:20 PM
Ohh...Then you could just deactivate the choices...If you are talking about choices, it is more easier. Just deactivating those choices would work.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2020 01:24 PM
Hi,
Choices for the variables of type select box are stored in question_choice table & unfortunaltey this does not have any Active field.
If is not to be used permanently you can delete it. If it is to be made visible only for certain selections then you can use .addOption() & .removeOption()
Refer link for the same.