CustVendOpenTransManager.getSpecTrans Method [AX 2012]

Retrieves the record in the SpecTrans table that is associated with the specified open transaction.

Syntax

public SpecTrans getSpecTrans(CustVendTransOpen _custVendTransOpen)

Run On

Called

Parameters

  • _custVendTransOpen
    Type: CustVendTransOpen Map
    The open transaction for which to retrieve the associated record in the SpecTrans table.

Return Value

Type: SpecTrans Table
The record in the SpecTrans table that is associated with the specified open transaction.

See Also

Reference

CustVendOpenTransManager Class