Share via


SpecTransManager.findByFullSettlement Method [AX 2012]

Finds the SpecTrans record that corresponds to the current instance with the FullSettlement field set to 'Yes'.

Syntax

public SpecTrans findByFullSettlement()

Run On

Called

Return Value

Type: SpecTrans Table
A record in the SpecTrans table; otherwise, an empty record.

Remarks

Replaces the findFullSettlement method on the Specification class.

See Also

Reference

SpecTransManager Class