Namespace System.Upgrade
Codeunit
| Name | Summary |
|---|---|
| Codeunit System.Upgrade."Upgrade Tag" | The interface for registering upgrade tags. Format of the upgrade tag is: [CompanyPrefix]-[TFSID]-[Description]-[YYYYMMDD] Example: MS-29901-UpdateGLEntriesIntegrationRecordIDs-20161206 |
Page
| Name | Summary |
|---|---|
| Page System.Upgrade."Upgrade Tags" |
Events
| Name | Summary |
|---|---|
| OnGetPerCompanyUpgradeTags | Use this event if you want to add upgrade tag for PerCompany upgrade method for a new company. |
| OnGetPerDatabaseUpgradeTags | Use this event if you want to add upgrade tag for PerDatabase upgrade method for a new company. |
| OnSetAllUpgradeTags | Use this event if you want to skip or run logic when we register all tags for a company. |