Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The extension assembly contains the processing code for the events you register for your extension. It's important that this assembly be created properly so that the Dynamics GP service can call the static methods in the assembly. Information about creating an extension assembly is divided into the following sections:
- Creating an extension assembly
- Event handler methods
- Sample: Retrieved event handler method
- Sample: ValidatingForCreate event handler method
- Sample: Creating event handler method
- Sample: ValidatingForUpdate event handler method
- Sample: Updating event handler method
- Sample: Deleting event handler method