- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2015 09:38 AM
I need to delete a variable from the Production instance, but however this variable was not present in the DEV. Because of this I created a similar variable and thought of deleting it. Later came to know that pushing the update set with the change I did will not delete the variable from production since both of them have different sys_id. Can any one suggest how to deal with this scenario?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2015 09:58 AM
I would suggest exporting the variable from PROD and importing it into DEV. This way, it would keep the sys_id. You can then delete it in an update set and that update set would apply to PROD correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2015 09:58 AM
I would suggest exporting the variable from PROD and importing it into DEV. This way, it would keep the sys_id. You can then delete it in an update set and that update set would apply to PROD correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2015 10:01 AM
Can I just do a simple XML export/import for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2015 10:03 AM
Yes. It should just insert the variable in, and the sys_ids will match.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2015 10:06 AM
Hi Job,
Mike suggestion will work 100%.
Only thing to check, the variable you are trying to import, if has any reference field, make sure that reference field record exists in both DEV and PROD with same sys_id. Else sometime you will not get desired result.
You can verify that after importing the variable record in DEV system.