Powered By Blogger

Adding a new Financial Dimension D365 FO

 

Here is the process to create a new Financial dimension to a table and to display it in the form.
I am taking an example to add a new field for dimension in Project Category.
  1. Extend the table and add the field for Dimension.          d2.JPG2. Next step is to create an EDT which is specific for ProjCategory. This has to extend “LedgerDimensionValueSet”D13. Create a controller class which refers to the new EDT which we have created.This step is needed to create the dimension entry control for the new field.If this step is missed, dimensions would not be visible in the form . d3.JPG4. Now extend the form and add a new tab for dimension d4.JPG
Build the solution. Now you can see the financial dimension ðŸ™‚

d5

No comments:

Post a Comment

DisableStandredButton

 My requirement is to disable the delete button for journals that were posted:- After Posting the button is enabled fig:- Line level also th...