PurchLineTableHandler::modifiedField_ProjId Method [AX 2012]
Called when the ProjId field is modified, after all the actions in SYS layer are completed.
client server public static void modifiedField_ProjId(FieldId _fieldId, PurchLine _purchLine)
Run On
CalledParameters
- _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: