OnDrillDown (Page Field) Trigger

Version: Available or changed with runtime version 1.0.

Overrides the default drill-down behavior defined in the table definition for the FlowField.

Syntax

trigger OnDrillDown()
begin
    ...
end;

Note

The OnDrillDown trigger is not invoked on fields in a Repeater control.

Remarks

The DrillDown Property must be set to True to enable the drill-down.

If there is an error in the trigger code, the drilldown is canceled. You can use this trigger to write to the database.

This trigger overrides the DrillDownPageID Property setting of the FlowField.

See Also

Get Started with AL
Developing Extensions
OnDrillDown (Page Field Extension) Trigger