Explore a GlobalChangeSpec
A GlobalChangeSpec contains four main sections:
-
A GlobalChangeSpec element identifies the global change definition feature defined by the spec.
-
A CreateProcedureSQL element to define the stored procedure via a CREATE PROCEDURE statement that defines the stored procedure that modifies records in the database.
-
Or if you want to use CLR code to implement your global change logic, use the CLRGlobalChange element instead of the CreateProcedureSQL element.
-
A ParametersFormMetaData element describes the parameters for the global change logic.