Skip to main content

Posts

Showing posts with the label security keys

Question and answer on MSD Ax 2009 Architecture

1. Where should the Business logic be executed with correctly designed objects? ( ) The Client (•) The Application Object Server ( ) The Database Server ( ) Stored Procedures on the SQL Server 2. What three items control security within Microsoft Dynamics AX 2009? ( ) Security Keys, Domains and Companies ( ) User Group Permissions, Security Keys, and Layers (•) License Keys, Configuration Keys and Security Keys ( ) Base Package Keys, X++ Keys, and MorphX Keys 3. Label file ID's that should not be used due to the risk of being overwritten when applying service packs include: ( ) SYS, MBS, USR ( ) SYS, LOS, DIS (•) GLP, HFX, SL1, SYS ( ) SYP, LOP, DIP, SLP

Create a New Domain in Microsoft dynamics axapta

Use the following procedure to create a domain: 1. In the Navigation Pane, click Administration, and then Setup >Domains. 2. Press CTRL+N to add a new domain (or click the New icon on the toolbar). 3. In the Domain ID field, type a domain code. 4. In the Name field, type the name of the domain. 5. Click the Company accounts tab to assign existing company accounts to this domain. 6. In the Remaining company accounts list, click the company to add to this domain. 7. Click the left arrow to move the company to the Selected company accounts list.

Development Steps of EP Development in Axapta

1. Create Tables/DataSets in AOT 2. Create user control in Visual Studio using EP VS-Addin. a. Use the AXDataSourceControl to point to the DataSet created in Step 1. b. Use AxGridView or AXForm and the BoundFields to display data and make it editable c. Save the User Control and right click to Add to AOT. This should add the user control under “Web -> Web Controls” node and created a node under “Web -> Web Content- > Managed” and copied the .ascx and .ascx.cs file “%SYSTEM Drive:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS\ep” folder 3. Create Page in SharePoint EP site and use Dynamics User Control web part and point to the User Control ( Web Content Item) Created in Step 2 4. Create a Web Menu Item in AOT and point it to the Page created in Step 3 5. Right Click the Web Menu Item and import. This should create a new item under “Web -> Web Files -> Page Definitions” 6. Hook up the Web Menu Item in the right Web-