The CreatorCon Call for Content is officially open! Get started here.

Sys_id mismatch in Dev and Prod instances.

jobeasow
Mega Contributor

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?

1 ACCEPTED SOLUTION

Mike Allen
Mega Sage

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.


View solution in original post

5 REPLIES 5

jobeasow
Mega Contributor

Thanks a lot Mike and Deepak. Now I have the same sys_id in DEV instance also.