CustVendOpenTransManager.updateTransMarked Method [AX 2012]

Updates the marked status of the specified open transaction.

Syntax

public void updateTransMarked(CustVendTransOpen _custVendTransOpen, NoYes _updateTransMarked)

Run On

Called

Parameters

  • _custVendTransOpen
    Type: CustVendTransOpen Map
    The open transaction for which to update the marked status.
  • _updateTransMarked
    Type: NoYes Enumeration
    The marked status with which to update the associated open transaction.

See Also

Reference

CustVendOpenTransManager Class