go to post Colin Brough · Feb 20, 2023 Thanks all for responding. Really only adding this message so I can try and mark the question as answered - since there are the two approaches (ompare and using git/repo tools), not wanting to mark one or other as the answer, since both have merits and may be helpful for different situations. I suspect we'll try the git/repo tools approach first, given our particular mix of platform and experience.
go to post Colin Brough · Feb 16, 2023 Thanks for suggestions so far.One challenge is our organisation is very wary of installing any additional code (as Alex suggested) or hooking up something like VS Code, to the live server, which is passing patient information between the various hospital systems... The test system has a little more flexibility, but organisation is a bit twitchy!! Would a plausible path be to sort of follow Eduard's suggestion, but: Export code from live (an export of the classes via Management portal, or if better an export via Studio) to XML Export code from test (as above) to XML On a local laptop, import live code to a newly created namespace and commit from there to a GitLab repo On same local laptop, import test code and commit from there to the GitLab repo Compare as suggested....