惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
WordPress大学
WordPress大学
阮一峰的网络日志
阮一峰的网络日志
博客园 - 司徒正美
月光博客
月光博客
宝玉的分享
宝玉的分享
Recent Announcements
Recent Announcements
小众软件
小众软件
H
Hackread – Cybersecurity News, Data Breaches, AI and More
美团技术团队
博客园 - 三生石上(FineUI控件)
A
About on SuperTechFans
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
IT之家
IT之家
Vercel News
Vercel News
量子位
Martin Fowler
Martin Fowler
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Visual Studio Blog
腾讯CDC
有赞技术团队
有赞技术团队

博客园 - Jacky Xu

Office Excel Add-ins installation for AX 2012 and Dynamics AX 2012 clients reinstalltion Develop a Dynamics AX2012 Report by Visual Studio 2010 Codes Permission Management in AX 2012 Publish AX reports in AX2012 + SQL2008 Create a security policy in Dynamics AX2012 Security management in Dynamics AX 2012 Dynamics AX2012 Installation& AOS (Cluster) configuration on Windows 7 Office 2007 Re-installed issue Delete printer sessions on Terminal server for users Launch AX2012 Virtual Machine Change Tracking -- SQL Server 2008 new feature FILESTREAM -- SQL Server2008 New Feature Don't use SQL keyword as your feild name of a table Reports development in Axapta 3 记忆一些SQL语句 终端服务器许可问题 Can't access maintenance plan because Agent XPs component is turned off as part of the security configuration on sql2005 SQL Error log/Event ID(17890): A significant part of sql server process memory has been paged out. This may result.... command命令大全(转自http://blog.dhedu.gov.cn/u/72/archives/2009/14290.html)
How to use a shared configuration file& Security conf...
Jacky Xu · 2011-10-31 · via 博客园 - Jacky Xu

1, How to use a shared configuration file for Dynamics AX2012 client.

Option 1, when you install Dynamics AX2012 client, you can point a shared configuration file for users on Specify a location for configuration settings. If the configuration file on the network, you should map a path for the configuration file. Then browse the path such as Z:\aos1config.axc.

Option 2, Open Dynamics AX configuration utility, in Active configuration store, if not a (network) path, it should be [Registry].

If is a path, it should be pointed to a path such as Z:\aos1config.axc. Click Manage button, the last button: Set Configuration Store, you can point a client configuration file for the client.

You'll find the connection tab in configuration utility is blank. All parameters will be from the configuration file which you pointed.

2, Security configuration example in Dynamics AX2012

Step 1, Create a user which existed in AD named test1.

Step 2, Select a role named Accounting Supervisor(LedgerAccountSupervisor).

Step 3, If you want test1 to access multi-company such cee and ceu. Please select  Accounting Supervisor role on the user option, and click Assign organizations button, grant cee and ceu permission for test1.

Step 4, Step 3 is done, you'll find that test1 can't select company code for change company.

Step 5, Create a role named Company select(DataAreaSelect) for select company. And Add a privilege named SysDataAreaSelect in the role: Company select(DataAreaSelect) ->Privileges.

Step 6, If users want to use "Advanced filter/sort (Inquiry)" on a main form(Such as Fixed Asset master form), you need add three tables on the Permissions->Tables node of the role:  Company select(DataAreaSelect). Three tables are: TmpSysQuery, TmpSysQueryCompanyRange& TmpSysQueryValidTimeRange.

Step 7, Assign cee and ceu organization for Company select(DataAreaSelect) role.

Now you'll find test1 can change company to access cee and ceu. Both company he is accounting supervisor

Of course, you also add  SysDataAreaSelect privilege on the role:Accounting Supervisor(LedgerAccountSupervisor) directly.