Показать сообщение отдельно
Старый 25.03.2005, 10:34   #4  
Maxim Gorbunov is offline
Maxim Gorbunov
Administrator
Соотечественники
Лучший по профессии 2009
 
2,483 / 646 (26) +++++++
Регистрация: 27.11.2001
Адрес: Dubai, UAE
Документ относится к версии 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'ы обновятся автоматически после рекомпиляции.
__________________
Not registered yet? Register here!
Have comments, questions, suggestions or anything else regarding our web site? Don't hesitate, send them to me
За это сообщение автора поблагодарили: alex55 (1).