Документ относится к версии 2.5. Но вполне подходит и для 3.0.
https://mbs.microsoft.com/partnersou...rintpage=false
Я вам даже процитирую

- If necessary create a new extended data type to base the new dimension on.
- Create the new field in the InventDim table. Add the field to the field group “Inventory Dimensions”.
- Create a new field in the InventDimParm table. The field must be an Enum based on the NoYesId extended data type. Add the field to the field groups “View” and “Fixed view”.
- Go to the top of the AOT and do a Find (ctrl+F). Find all occurrences of #InventDimDevelop. The methods return represent methods to consider when adding new inventory dimensions.
- Insert the new InventDim field in relevant form grids.
- Do a complete recompilation of Axapta.
От себя могу добавить, что в случае создания номенлатурной аналитики придется добавить ее еще и в другую группу полей. А вставлять поля в Grid'ы обычно не надо, так как в 3.0 они (поля) создаются с помощью FieldGroup, то есть Grid'ы обновятся автоматически после рекомпиляции.