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

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页
Forbes - Security
Forbes - Security
WordPress大学
WordPress大学
P
Proofpoint News Feed
T
Threat Research - Cisco Blogs
L
LINUX DO - 热门话题
L
Lohrmann on Cybersecurity
Spread Privacy
Spread Privacy
D
Darknet – Hacking Tools, Hacker News & Cyber Security
大猫的无限游戏
大猫的无限游戏
博客园 - 三生石上(FineUI控件)
P
Privacy International News Feed
A
About on SuperTechFans
T
Tailwind CSS Blog
I
InfoQ
S
Securelist
云风的 BLOG
云风的 BLOG
罗磊的独立博客
Recent Announcements
Recent Announcements
T
The Exploit Database - CXSecurity.com
B
Blog RSS Feed
V
Visual Studio Blog
Know Your Adversary
Know Your Adversary
The GitHub Blog
The GitHub Blog
Jina AI
Jina AI
腾讯CDC
Cyberwarzone
Cyberwarzone
有赞技术团队
有赞技术团队
AWS News Blog
AWS News Blog
博客园 - 【当耐特】
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
F
Full Disclosure
S
Secure Thoughts
博客园 - 司徒正美
J
Java Code Geeks
Y
Y Combinator Blog
Google Online Security Blog
Google Online Security Blog
GbyAI
GbyAI
N
News and Events Feed by Topic
Help Net Security
Help Net Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Project Zero
Project Zero
T
Tenable Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
T
Tor Project blog
MyScale Blog
MyScale Blog
Scott Helme
Scott Helme
小众软件
小众软件
K
Kaspersky official blog

博客园 - 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 configuration example in Dynamics AX 2012
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.