AppSourceCop Error AS0034
Unsupported table property change
Description
Modifying table properties can lead to destructive changes that will break the upgrade of existing installations and dependent extensions.
Remarks
This error occurs when a table property is modified in a way that is not supported. Modifying table properties can lead to destructive changes, which can break the upgrade process for existing installations and dependent extensions.
How to fix this diagnostic?
To resolve this error, you need to avoid making unsupported changes to table properties. Here are the steps:
- Locate the table property in your code that is causing the error.
- Change the property back to its original value or to a supported value.
Related information
AppSourceCop Analyzer
Get Started with AL
Developing Extensions