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.
Related information
Get Started with AL
Developing Extensions
OnDrillDown (Page Field Extension) Trigger