Force SysConfig <userSettings> refresh?

I spent like you hours trying to do this once when I wanted to change a userSettings value. After rigorious debugging I couldn’t get it…

If I recall Epicor does something like:

  1. Save userSettings into memory
  2. Download .sysconfig
  3. Download all files if needed and extract
  4. Put back userSettings from memory

I had to do it through Software Center, or GPO. Trust me, I tried for 2-4 hours, even to exploit it :smiley: no go.

I even made a Deployment Package which extracts itself to the clients to /config/ dir (it worked) but the userSettings still merged After-Update :smiley: since its like the “last action that happens”

No Go