Fix to Capture existing RITM Variable value in work notes of the RITM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2024 01:05 AM
Hie All,
I need value input for the below requirement.
I have one catalog item in which there is a variable named " Test" which is of type " String', now user wants to make it a Reference type, as doing this will impact all the open items.
So, before doing that user wants to take the " Test" variable data from all existing RITMS and place it in work note of the RITM.
What is the best possible way to achieve it please suggest.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2024 01:13 AM
Hi @Ankita NA ,
You need to write a fix script to update the value of the "Test" variable onto the worknotes of respective RITMs.
Please mark helpful/correct if my response helped you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2024 03:49 AM
Hi @Ankita NA,
Why not just deactivate the 'Test' variable and create a new reference type variable?
This way, you will still retain all the previous RITMs and new ones will be created with the new variable.
If you change the type of a variable, it may break the existing RITMs data.
Also, if you have any processes (e.g. client script, UI policy, workflow) running on the variable, they may break as well.
Cheers