AppSourceCop Warning AS0035

Unsupported page property change

Description

Modifying page properties can break the upgrade of existing installations and dependent extensions.

Remarks

This error occurs when a page property is modified in a way that isn't supported. Modifying page 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 page properties. Here are the steps:

  1. Locate the page property in your code that is causing the error.
  2. Change the property back to its original value or to a supported value.

AppSourceCop Analyzer
Getting Started with AL
Developing Extensions