ProjInvoiceProposalCreateLinesBase.selectionChanged Method [AX 2012]
Records the fact that user has selected/deselected an invoice line in the create invoice proposal form.
public void selectionChanged(
ProjTransIdBase _transId,
boolean _isSelected,
boolean _isDeduction)
Run On
ServerParameters
- _transId
- Type: ProjTransIdBase Extended Data Type
Transaction ID of the record.
- _isSelected
- Type: boolean
Indicates whether the record is selected/deselected.
- _isDeduction
- Type: boolean
Indicates whether the record is of type deduction.
Community Additions
ADD
Show: