MCRCustPaym.new Method [AX 2012]

Constructs a new instance.

public void new(
    MCRCustPaymTable _custPaymTable, 
    boolean _allowUserInput, 
   [CreditCardAuthTrans _creditCardAuthTrans])

Run On

Called

Parameters

_custPaymTable
Type: MCRCustPaymTable Table
Customer payment record for which this instance is a wrapper.
_allowUserInput
Type: boolean
Specifies whether user interaction is allowed during operations on this payment. If true, the user might be prompted for input. If false, all operations will complete without requesting user input.
_creditCardAuthTrans
Type: CreditCardAuthTrans Table
A CreditCardAuthTrans record applied to a class variable; optional.

Community Additions

ADD
Show: