Rediger

Del via


AppSourceCop Warning AS0119

The value of the MovedTo property in the source symbol does not match the destination AppId.

Description

The source symbol's MovedTo property value does not match the destination AppId.

Remarks

The value of the MovedTo property in the source symbol doesn't match the destination AppId. This is important because the MovedTo property is used to track the destination of a symbol when it is moved from one application to another. Ensuring that the MovedTo property correctly matches the destination AppId is crucial for maintaining accurate references and dependencies between applications.

How to fix this diagnostic?

Verify and correct the MovedTo property value in the source symbol to match the destination AppId. Here are the steps to fix this diagnostic:

  1. Identify the source symbol that's causing the AS0119 warning.
  2. Check the MovedTo property value in the source symbol.
  3. Verify the destination AppId to which the symbol was moved.
  4. Update the MovedTo property value in the source symbol to match the destination AppId.
  5. Ensure that all references and dependencies are correctly updated.

AppSourceCop Analyzer
Getting Started with AL
Developing Extensions