Edit

Share via


CodeCop Warning AA0249

PageField trigger is unused due to a property value.

Description

PageField trigger is unused due to a property value.

How to fix this diagnostic?

The warning may be triggered for the OnLookup trigger while the page field isn't editable. In such cases, it's a best practice to replace the OnLookup trigger with the OnDrillDown trigger.

CodeCop analyzer
Getting started with AL
Developing extensions