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

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
C
CXSECURITY Database RSS Feed - CXSecurity.com
D
Docker
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
Jina AI
Jina AI
小众软件
小众软件
Last Week in AI
Last Week in AI
Hugging Face - Blog
Hugging Face - Blog
博客园 - 三生石上(FineUI控件)
宝玉的分享
宝玉的分享
美团技术团队
爱范儿
爱范儿
V
V2EX
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
J
Java Code Geeks
博客园 - 司徒正美
博客园 - 叶小钗
S
SegmentFault 最新的问题
量子位
S
Secure Thoughts
月光博客
月光博客
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
O
OpenAI News
L
LINUX DO - 最新话题
罗磊的独立博客
SecWiki News
SecWiki News
雷峰网
雷峰网
Recent Announcements
Recent Announcements
V2EX - 技术
V2EX - 技术
T
Tailwind CSS Blog
H
Hacker News: Front Page
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
云风的 BLOG
云风的 BLOG
Schneier on Security
Schneier on Security
T
The Blog of Author Tim Ferriss
IT之家
IT之家
博客园 - 聂微东
腾讯CDC
N
News | PayPal Newsroom
P
Proofpoint News Feed
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
The GitHub Blog
The GitHub Blog
Hacker News: Ask HN
Hacker News: Ask HN
aimingoo的专栏
aimingoo的专栏
Webroot Blog
Webroot Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Google DeepMind News
Google DeepMind News
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.