Thanks André I found very fast how to fix access issue to Financial dimensions on Project Wizard form. He explained how to solve a similar problem in this thread https://community.dynamics.com/ax/f/33/t/138100
All detail could be found in MSDN article https://msdn.microsoft.com/en-us/library/gg879980.aspx
Briefly we need to add associated form and their form controls to appropriate security privileges or directly to roles.
As we can see DimensionGroup control requires manually set permission. so let's add it in the same way as it done for ProjTable form.
Now Project manager and other roles containing the same privileges will be able not only to view but also to update financial dimensions in the Project Wizard.
All detail could be found in MSDN article https://msdn.microsoft.com/en-us/library/gg879980.aspx
Briefly we need to add associated form and their form controls to appropriate security privileges or directly to roles.
As we can see DimensionGroup control requires manually set permission. so let's add it in the same way as it done for ProjTable form.
Now Project manager and other roles containing the same privileges will be able not only to view but also to update financial dimensions in the Project Wizard.
No comments:
Post a Comment