Some of our users are experiencing customized fields randomly disappearing from forms. I have checked to see that the All companies flag was used for the customizations. I have had them “Clear Client Cache” when this happens and the customization that they were looking for reappears but it will disappear again later on.
Are they disappearing? Or reverting back to previous customizations? I’ve had to do this on a couple of users computers to help with it, but it has only happened with I have changed an existing customization.
They disappear until the user clicks “Clear client cache”. Right after that, they reappear but will disappear sometime later, not necessarily the same day.
That’s the same behavior I was getting. If you can find the DLL’s in C:\ProgramData\Epicor\epicor10-1-808 on their local machine and get rid of that.those, it pretty much always fixes it for me.
The users lose their personalizations if you do this though, right?. Get rid of one problem, create another… depends on the end user and how they use the system.
You are right they do lose Personalizations. But sometimes even the Clear Cache doesnt work unless they manually like you said go to C:\ProgramData\Epicor and delete the folder. That is more confusing to them, can’t win either way
I’m lucky enough to have a small enough number of users, that I can just go around and do it for them. A large company, this could be problematic though. I’m glad they have a fix for this.
You guys should consider using the AlternateCache property of the sysconfig, allows you to put the cache in a specific location and even break it out by user. Specially useful for terminal server environments.
I like to do this because it allows you to easily script the “cleanup” of cache one a week, month, year etc.
IMO i’ts always useful to control where the cache lives. As a sysadmin and it should ALWAYS (says me) be done in a terminal server environment to ensure that each user gets their own copy of the cache.