AppSourceCop Error AS0042

Table key property changes that cause destructive changes must not be removed

Description

Table key property changes that cause destructive changes must not be removed.

Remarks

This error occurs when an attempt is made to remove table key 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 table key properties that are considered destructive. Here are the steps:

  1. Locate the table key property in your code that is being removed.
  2. Restore the property to its original state.

AppSourceCop Analyzer
Get Started with AL
Developing Extensions