IT tutorials
 
Applications Server
 

Microsoft Dynamics Ax 2009 : Enterprise Portal - Securing Web Elements, Developing the Navigation

4/20/2013 2:53:31 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

Securing Web Elements

To securely expose Web User Controls through Web parts in Windows SharePoint Services, you must create a Web managed node pointing to the Web control in the AOT. You can assign security keys, along with other configuration keys, to the Web node. You can assign parameters (if the Web User Control uses them) to exhibit different behavior on different pages. Figure 1 shows the SecurityKey property of a Web node.

Figure 1. Assigning a security key to Web content

You can also secure both Web and non-Web applications in Dynamics AX at the data access level by using table-level, field-level, or record-level security settings. Using security keys is the primary way to set permission levels for groups in Dynamics AX. After you configure security keys to define the features the application should include, the keys are used to grant permissions to individual groups. These permissions regulate how group members are allowed to work with each object in a database. You can apply more granular control by creating your own groups, assigning appropriate permissions to those groups, and then adding users to the groups.

At logon, the security keys determine user access. Access depends on which user groups the user is in and on the user’s company or domain. Because the access to an individual security key depends on its parent, the system automatically traverses the security key hierarchy and presents the correct access level to the user. You can set up access to Web menu items and Web content in the User Group Permissions dialog box (accessible from Administration\ Setup\Security\User Group Permissions). You can use the Viewing list to apply a different view to the tree structure.

If a user doesn’t have access to a Web menu item, that item doesn’t appear on the user’s Web menu. If the Web menu item is linked from other Web User Controls the user has access to, the item linked with the Web menu item appears as text rather than a link.

If the user doesn’t have access to Web content on a Web page, the content isn’t rendered on the page. The Web part properties also limit the items displayed in the drop-down list based on the user permissions for the underlying objects. Moreover, the types of operations that are allowed on these objects depend on the access level set for the objects on the groups to which the user belongs.

Developing the Navigation

Web modules are resources in the AOT that define the sites and subsites in Windows SharePoint Services that make up an Enterprise Portal installation. Web module resources also define the top-level navigation structure for Enterprise Portal.

Web menu items define the basic navigational element. They can point to either a URL or a class. Web menu items can be secured by security keys. You can use menu items in Web menus as navigational elements on a Web page, or you can use controls (e.g., buttons) in Web User Controls to provide links. Whether the links are shown or hidden is based on user permissions. Consider Web menu items the glue and the navigation mechanism throughout the Web site to help you create sites that are dynamic and versatile.

A Web menu defines the hierarchical navigational scheme and comprises Web menu items, submenu headings, and references to other Web menus. Web menus can be included on the Web page through the Dynamics Quick Launch, Dynamics Left Navigation, or Dynamics Toolbar Web part.

The Web framework uses the WebLink class to generate hyperlinks. This class has all the properties and methods the framework needs to pass information back and forth between the browser and the server. More important, it has a method that returns the URL for the link. WebLink also has several methods for passing record information.

Figure 2 shows the AOT nodes for Web menus, Web menu items, and Web modules.

Figure 2. Web Menus and Web menu items


Windows SharePoint Services displays a TopNavigation bar by using a SPNavigationProvider registered in web.config. This bar is used on the master page as a SiteMapDataSource for the QuickLaunch and TopNavigationMenus, respectively. Office SharePoint Server overrides the Windows SharePoint Services SPNavigationProvider and uses Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider to display TopNavigation and QuickLaunch.

The Enterprise Portal site uses the Windows SharePoint Services navigation elements and object model for showing Dynamics AX navigation items from the AOT. To display Web menus from the AOT as the top and left navigation elements on the Windows SharePoint Services site, Enterprise Portal setup adds the navigation providers DynamicsLeftNavProvider and DynamicsTopNavProvider, which are new in Dynamics AX 2009. For MOSS, DynamicsMOSSTopNavProvider is added instead of AxTopNavProvider. Both navigation providers override the default TopNavigationDataSource and QuickLaunchDataSource (for Windows SharePoint Services) and the default PortalSiteMapDataSource (for MOSS).

 
Others
 
- Microsoft SharePoint 2010 : WebParts and SharePoint Pages - Writing Visual WebParts
- Microsoft SharePoint 2010 : WebParts and SharePoint Pages - Using SharePoint Designer with WebParts
- BizTalk Server 2009 : Do You Really Need an Orchestration?
- BizTalk Server 2009 : What the Orchestration Engine Provides
- SharePoint 2010 : Setting up Visio Services
- SharePoint 2010 : Setting up PerformancePoint Services
- SharePoint 2010 : Setting up Excel Services
- High Availability in Exchange Server 2010 : Developments in High Availability (part 3) - Online Move-Mailbox, Backup and restore
- High Availability in Exchange Server 2010 : Developments in High Availability (part 2) - Configuring a Database Availability Group, Managing database copies
- High Availability in Exchange Server 2010 : Developments in High Availability (part 1) - Exchange database replication, Database Availability Group and Continuous Replication
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us