Customizing Standard Object
In
Dynamics AX 2012 we can modify/Customize any objects directly by adding in
project an make the required changes. It is called as over layering approach
but in D365 over layering is not allowed for standard objects
To
modify any standard object we have to create extension of the object. Although
there are many limitation when we create extension of an object.
There
are also other processes to customize objects, they are
- Chain of commands
- Event Handlers
- Delegates
Creating Extension:
Add
a new project in solution explorer and change the model.
To
create an extension of an object right click on the object and click on Create
extension
No comments:
Post a Comment