AppSourceCop Warning AS0109

The type of the table has changed from Normal to Temporary.

Description

The type of a table should not be changed from Normal to Temporary, because synchronizing the app will fail if the table contains data. Make sure to remove all data from the table before changing the table type to temporary.

See Also

AppSourceCop Analyzer
Getting Started with AL
Developing Extensions