AppSourceCop Warning AS0040
Removing properties that cause destructive changes is not allowed
Description
Destructive page properties that have been published must not be removed.
Remarks
This error occurs when an attempt is made to remove page properties that have already been published and are considered destructive. Destructive changes can lead to data loss, corruption, or other issues that can break the upgrade process for existing installations and dependent extensions.
How to fix this diagnostic?
To resolve this error, you need to avoid removing published page properties that are considered destructive. Here are the steps:
- Locate the page property in your code that is being removed.
- Restore the property to its original state.
Related information
AppSourceCop Analyzer
Getting Started with AL
Developing Extensions