1. Log in to GP
2. Click Customize this Page on the Home Page
3. Make changes, for example unmark or mark additional sections
4. Save changes
5. Changes appear
Then, at some point in the future, the user logs back in (it may be 3 times from now, or 20) and the Home Page modifications they have made are gone. And if they try to make the changes again, the system does not save or apply them (despite the lack of an error message). The only option at this point is to reset the user's home page role (thereby clearing the customizations and resetting the home page to the defaults for their role). And then it functions correctly for a while once again.
There is a suspicion that it is related to a third party product, but since it doesn't recur predictably and it is not practical to disable all third party products for an indefinite period of time, there is no easy way to confirm this. In this client's case, they have the following third parties/other products installed...
- Binary Stream- Property Management
- Mekorma- MICR
- Kwiktag- GP Add In
- Field Service
- Support Debugger Tool
Christina Phillips is a Microsoft Certified Trainer and Dynamics GP Certified Professional. She is a senior managing consultant with BKD Technologies, providing training, support, and project management services to new and existing Microsoft Dynamics customers. This blog represents her views only, not those of her employer.
6 comments:
Christina,
I have experienced this as well with GP2013 and GP2013R2, both are on Server2012/SQL2012. The only extra in the installations is the Support Debugger. It's had me scratching my head! The workaround gets us where we need to be, but hoping no future changes are going to trigger the issue again. I hope someone has an answer.
Julie Gethmann
I have seen this as well. I was able to fix using a script to set the visible sections.
Insert into sy08100 (USERID, SectionID, DICTID, COLNUMBR, SEQNUMBR, Visible, MetricSequence, Selected, Mode)
values ('sa','4', '0', '1 or 2', '3', '1', '0', '0', '0').
It may be the support debugging tool causing this.
So do you think we need to tag David Musgrave on this, so he can save us all? :)
still encountering this issue in GP2015R2...
Hi, we are still encountering this issue in GP2015 R2. Client also has Support Debugger, plus BSSI MEM, Mekorma, and many other 3rd party products.
This issue was mentioned at GPUG Amplify 2016 during a session by Amber Bell. She was showing how you can customize the GP Home Page, and someone in the audience noted that they have seen the changes disappear. Amber said that she has also seen the issue.
Post a Comment