The aspx xml file for an Acumatica screen always contains `<Page path="[path]" pageSource="[page_source]”>`.
It appears that whenever I upgrade to a new release of Acumatica, the pageSource content of any screens I have customized changes. This happens even when nothing else on the screen has been changed in my customization.
Why does the pageSource change when no other changes have been made? What effect does it have? Moreover, how can I tell if the change made to the pageSource is the change I want to make?
The only information I have been able to find about the pageSource is that it is “the binary content for the page”. However, that doesn’t explain to me why it changes with each upgrade and if it matters what version of the pageSource I am using.
How can I tell if these pageSource changes are ones I should commit to my source code?
Any explanation would be appreciated.