CustVendOpenTransManager::getPaymentGroupInvoicesToUnMark Method [AX 2012]

Queries the SpecTrans table for marked records associated with the passed in payment group and adds the associated VendTransOpen record to a container.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          server protected static container getPaymentGroupInvoicesToUnMark(
            VendPaymentGrouping _vendPaymentGroup, 
            NoYes _markTrans, 
            SpecTransManager _specManager, 
            Common _originator, 
           [AgreementHeaderExtRecId_RU _agreementHeaderExtRecId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server protected static container getPaymentGroupInvoicesToUnMark(
            VendPaymentGrouping _vendPaymentGroup, 
            NoYes _markTrans, 
            SpecTransManager _specManager, 
            Common _originator, 
           [AgreementHeaderExtRecId_RU _agreementHeaderExtRecId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server protected static container getPaymentGroupInvoicesToUnMark(
            VendPaymentGrouping _vendPaymentGroup, 
            NoYes _markTrans, 
            SpecTransManager _specManager, 
            Common _originator)

  Microsoft Dynamics AX 2012 (FPK)
          server protected static container getPaymentGroupInvoicesToUnMark(
            VendPaymentGrouping _vendPaymentGroup, 
            NoYes _markTrans, 
            SpecTransManager _specManager, 
            Common _originator)

  Microsoft Dynamics AX 2012 (SYS)
          server protected static container getPaymentGroupInvoicesToUnMark(
            VendPaymentGrouping _vendPaymentGroup, 
            NoYes _markTrans, 
            SpecTransManager _specManager, 
            Common _originator)

Run On

Server

Parameters

  • _markTrans
    Type: NoYes Enumeration
    A value that indicates whether the records are being marked or unmarked.
  • _specManager
    Type: SpecTransManager Class
    The SpecTransManager object to use to verify whether a record exists in another spec.
  • _originator
    Type: Common Table
    The class originator record that will be used to determine the SpecTableId, SpecRecId, and SpecCompany fields for queries on the SpecTrans table.

Return Value

Type: container
A container of VendTransOpen records.

See Also

Reference

CustVendOpenTransManager Class