ProjCustomizationsEventHandler_SI::vendInvoiceInfoLineActive Method [AX 2012]

The vendInvoiceInfoLineActive method allows customization of the Active method of the VendInvoiceInfoLine data source in the VendEditInvoice form in the higher layers. This method is intended to be a post event for the vendInvoiceInfoLineActive method in ProjSIFormsEventHandler class.

client server public static void vendInvoiceInfoLineActive(FormDataSource _formDataSource)

Run On

Called

Parameters

_formDataSource
Type: FormDataSource Class
The form data source corresponding to the vendInvoiceInfoLine table in the form.
Show: