Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2023 07:22 AM
How to replicate the backend functionality of a original variable to duplicate variable as well? I have created a duplicate variable with few question choices for a particular option called MAP and hided the original variable for that particular option MAP alone and displayed the duplicate variable using UI policy. But now I have to replicate the old variable's functionality to the duplicate variable as well. How do I do that?
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2023 10:33 PM - edited ‎11-09-2023 10:35 PM
First of all what is the reason behind creating a duplicating variable, if you have same options on old field then copy the value onchange to the old field as well so that your script doesn't require a change.
If you still need to update to the new variable then open studio and select any application. Now at the top there will be a search option available. Paste your old field dictionary name and click search in all applications checkbox. Now open every finding and make sure it is related to you and update with the new variable name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2023 11:53 PM
Thanks! The intention behind is that the requirement for a particular option from the dropdown of some variable should contain the old variable without help text and some differences in the question choice so I modified the by creating a duplicated the old variable without help text. But the changes are affecting the old RITMs as well so which script in the background to overcome it to replicate the old variable's functionality into the new one.