Question
1
Replies
35
Views
Sykes Enterprises Bochum GmbH & Co KG
Posted: March 7, 2019
Last activity: March 11, 2019
Closed
Move Objects from one Global Container to another Global Container
Hello,
is there a possibility to move one object from a Global Container to another Global Container?
For Example:
I have a Global Container A with the variables: var1, var2, var3, ...
And now I want var2 in Global Container B
is there a way to move it, without going through several automations in the solution and replace it?
Not technically. In the os files, each component is technically referenced via its ID. If you open the os file in a text editor, you could change the IDs of the variables in the new global container equal to the IDs of the components in the existing one. You will need to be very careful doing this as you could potentially corrupt both files. I would recommend just replacing the variables or components in the automations.