Friday 6 April 2018

How to create custom workspace form and add tiles in D365

In Dynamics AX 365 we all must be well aware of the new Workspaces feature which has interactive design to show several business tasks, insights, reporting and dashboards that a business user deals with on a typical work day. In this blog I will tell you how you can create a custom workspace and add tile button in the form.

Step 1:


Create a form and apply "Custom" design pattern and assign highlighted properties show in image.















Step 2:
Add an Action pane to your form.

Step 3:
Add Tab in your design and assign highlighted property show in image.













Step 4:
Add TabPage and apply design pattern "Section Tiles" also assign highlighted property show in image.
















Step 5:
Create a display menu item and assign form (any form that you want to open from tile button) in Object Property.

Step 6:
Create a Tile and assign your display menu item in its Menu item Name property also change the value of Form View Option property to "Grid".






















Step 7:
Now Simply drag and drop your tile button in your tab page control.

That is all you need to do for creating a simple workspace form and tile button.


















No comments:

Post a Comment

How to Get Customer Free Text Invoice "Totals" form field value with X++ in D365FO

Customer free text invoices are an essential aspect of financial management in D365FO. In this blog, I have compiled all the code needed to ...