Share via


SpecTransManager.updateFullSettlement Method [AX 2012]

Updates the referenced SpecTrans record to mark for full settlement.

Syntax

public void updateFullSettlement(
    CompanyId _refCompany, 
    TableId _refTableId, 
    RefRecId _refRecId, 
    boolean _fullSettlement)

Run On

Called

Parameters

  • _fullSettlement
    Type: boolean
    A Boolean value that indicates whether full settlement is marked.

Remarks

This method replaces the updateFullSettlement method on the Specification class.

See Also

Reference

SpecTransManager Class