Sets the type of function in an upgrade codeunit.
Applies To
C/AL functions on upgrade codeunits. An upgrade codeunit is codeunit that has the SubType Property (Codeunit) set to Upgrade.
Property Value
Value | Description |
---|---|
Normal | Acts as normal function. |
Upgrade | Provides instructions for upgrading data in a business data table. |
TableSyncSetup | Provides instructions about how to synchronize the table schemas in the business database with the table definitions. |
CheckPrecondition | Provides logic that checks conditions that must be met in order for the data upgrade process to continue and start running the Upgrade functions. |
Remarks
For more information about these functions and upgrade codeunits, see Upgrade Codeunits.