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.
Extend the table and add the field for Dimension.
2. Next step is to create an EDT which is specific for ProjCategory. This has to extend “LedgerDimensionValueSet”
3. 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 .
4. Now extend the form and add a new tab for dimension
No comments:
Post a Comment