ProjCustomizationsEventHandler_SI::salesLineLinkActive Method [AX 2012]
The salesLineLinkActive method allows customization of the SalesLine form's SalesLine DataSource's linkActive method in higher layers. This is done to prvent the coflicts in the higher layer code when the form is customized in higher layers.
client server public static void salesLineLinkActive(FormDataSource _formSalesLine)
Run On
CalledParameters
- _formSalesLine
- Type: FormDataSource Class
The form data source for the corresponding to the table the form is invoked with.
Show: