Friday, July 24, 2015

How to Modify Tools Menu?



Hello Friends,

Today, I will demonstrate how system menus can be modified. I will add a link to the Online users form in the DevelopmentTools menu.

Please carry out the following steps in order to complete this recipe:

1.      In the AOT, locate the DevelopmentTools menu.
2.      Add a new separator to the top of the menu.
3.      Add a new menu item to the top of the same menu, with the following properties:
Property
Value
MenuItemType
Display
MenuItemName
SysUsersOnline

4.      The DevelopmentTools menu should look as in the following screenshot:


5.      To test the menu, restart the client, and note the newly added Online users option under the Tools menu in the Development workspace window:




Happy DAXing…. J

Use Chain Of Command with Examples

 Dear Friends Here is an example of using Chain of Command for form datasource methods. [ExtensionOf(formDataSourceStr(<<Form Name>...