Share via


TransactionReversal_CustVend.findCustVendTransOpen Method [AX 2012]

Finds either the CustTransOpen or VendTransOpen, depending on whether the method is called from the TransactionReversal_Cust or the TransactionReversal_Vend class. The CustVendTransOpen is found with the parameter "for update".

Syntax

public CustVendTransOpen findCustVendTransOpen(RecId _recId)

Run On

Called

Parameters

See Also

Reference

TransactionReversal_CustVend Class