Tuesday 7 August 2018

How to push Personalizations to users in Dynamics 365 Operations

This function is very powerful in Dynamics 365 , you can export Personalizations from user and import to anther (user /all users ..)

How to export Personalizations from a specific  user ?

Go to system administration/setup /Personalization


go to mange per user tab and select Personalization user 


you can control Personalization as you see you have two options (Personalization  allowed , explicit Personalization allowed) per page 

also , you can select specific pages Personalization based on your demand 
NOTES
if you select multiple pages you cannot export (export available per page only)

you can clear a specific Personalization  page or all Personalization for this user

Click Export 

How to apply Personalizations?

Go to apply tab 

you can select all users ,selected users or user role to apply 



you have two option for applying Personalization  

1-select from existing Personalization  


you can replace existing or add  as you need 

2-import Personalization from file


browse your file and click OK

you can replace existing or add  as you need 

Note::security permission applied for users on pages import.

How  to clear Personalization page ?

click clear tab , select Personalization page and select user/users  that you need to clear

you can filter by users role or all user that made Personalization on this page


select page and users then click clear


How  to enable /disable and delete all Personalization ?

you can enable and disable or delete Personalization from setting tab


Take care from delete because if you delete all Personalization no way to restore it again , you need to import it from external file if you have it

No comments:

Post a Comment

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...