I know ZUP file saves the configuration of the development version, but How is saved the configuration for windows, like weight, hight, and all this parameters of a subform, and more things.
(Just In case. I have tried to delete the zup file, but It doesnt works.)
Thanks!
0
Answers
Page customisations are stored in the database, in User Metadata table. There is a built-in function Delete User Personalisation which allows selectively delete GUI customisations
Client settings like server/port, last connected server, connection history, etc are stored in
%APPDATA%\Microsoft\Microsoft Dynamics NAV\<version>\ClientUserSettings.config
Slawek
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
On Page 'User Personalization Card' (Company/Departments/Administration/Application Setup/RoleTailored Client/User Personalization) there is an action 'Clear Personalized Pages'.
This action deletes all the record from the table User Metadata of the selected user.
Slawek beat me again
Thanks Slawek!!
When I try to change width of a column in a lookup form. (Form example field Account No. in the General Journal page) and then close the Client, the changes are not saved.
So everytime I have to configure the page size.
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
If you add or hide a column on a page or subpage you will see a value stored in there, but indeed columns' with adjustments on a page do not get stored in there.
There is another file %APPDATA%\Microsoft\Microsoft Dynamics NAV\PersonalizationStore.xml which seems to be holding things like columns width or current record position on a page
Slawek
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
YES! I try to delete the PersonalizationStore.xml and all the personalization of page size, and another style things were reset.
My last question,Only thing you can do if you have problems with this file is delete ? Or maybe I can modify?
Thanks!
I don't know the exact file structure. I know that the <Data> element inside PersonalizationObject element keeps another Base64 encoded XML file, which in turn keeps some details about the object's elements. If you spend some time analyzing the inner file structure you may be able to modify it in a meaningful and non-destructive way.
Slawek
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
You think modifying the file manually, could be fix the changes that now are not saved?
Maybe if it is not saving the data now, modify the file will not fix this problem... What do you think?
Just remember to delete it when the Client is not running, otherwise the Client will recreate the XML from the copy kept in memory.
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03