PurchLineTableHandler::modifiedField_OtherFields Method [AX 2012]

Called when a field is modified and is not handled in the SYS layer.

client server public static void modifiedField_OtherFields(FieldId _fieldId, PurchLine _purchLine)

Run On

Called

Parameters

_fieldId
Type: FieldId Extended Data Type
The ID of the field that is modified.
_purchLine
Type: PurchLine Table
The PurchLine record that is modified.
Show: