I’m currently creating a new application, based on our other main application. For this I’ve created a new global solution which contains all functions/valuelists etc that are relevant for both applications. I am now in a stage that I want to deploy the first beta of the new solution to our test server. But I get the following error:
Root object of element vLastSearchField has changed (object has been moved), from solution_1 to solution_2; delete solution solution_1 first or clean import.
This element is a form variable that is indeed present in both solutions (and both with the same form name), however it has different UUIDs. Does anybody have any clue on how to fix this? It seems strange that I cannot have a formvariable with the same name, but different UUIDs in 2 different solutions?