Skip to main content

Request Form Trigger Conversion

Code and C/AL local variables from Classic Dynamics NAV report request form trigger are transferred to proper request page trigger. If proper request page trigger does not exists, code and variables are transferred to new C/AL function.

List of Classic Dynamics NAV report triggers which code and variables are transferred to RDLC report triggers:

Request Form TriggerRequest Page Trigger
OnInit()OnInit()
OnOpenForm()OnOpenPage()
OnCloseForm()OnClosePage()
OnQueryCloseForm()OnQueryClosePage()
OnActivateForm()OnOpenPage()
OnFindRecord()OnFindRecord()
OnNextRecord()OnNextRecord()
OnAfterGetRecord()OnAfterGetRecord()
OnAfterGetCurrRecord()OnAfterGetCurrRecord()
OnNewRecord()OnNewRecord()
OnInsertRecord()OnInsertRecord()
OnModifyRecord()OnModifyRecord()
OnDeleteRecord()OnDeleteRecord()

List of Classic Dynamics NAV report triggers which code and variables are transferred to RDLC report C/AL functions:

Request Form TriggerFunction Name
OnDeactivateForm()SRB_OnDeactivateForm
OnBeforePutRecord()SRB_OnBeforePutRecord
OnTimer()SRB_OnTimer
OnCreateHyperlink()SRB_OnCreateHyperlink
OnHyperlink()SRB_OnHyperlink