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:
- Identify the source symbol that's causing the AS0119 warning.
- Check the
MovedTo
property value in the source symbol. - Verify the destination AppId to which the symbol was moved.
- Update the
MovedTo
property value in the source symbol to match the destination AppId. - Ensure that all references and dependencies are correctly updated.
Related information
AppSourceCop Analyzer
Getting Started with AL
Developing Extensions