VendChequeCopy Class [AX 2012]

The VendChequeCopy class is used to print non-negotiable checks for the Accounts Payable module.

class VendChequeCopy extends ChequeCopy

Run On

Called

  MethodDescription
Gg790170.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg790170.protmethod(en-us,AX.60).gif convertToMillimeter Converts the value in the specified unit to millimeters. (Inherited from ChequeCopy.)
Gg790170.protmethod(en-us,AX.60).gif createTmpChequePrintout Creates the TmpChequePrintout table buffer that contains the information that is required to create the physical check. (Overrides the createTmpChequePrintout Method.)
Gg790170.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg790170.privmethod(en-us,AX.60).gif getCurrencyInfo Retrieves the currency information from the Currency table.
Gg790170.privmethod(en-us,AX.60).gif getPostedSlipTxt Creates the slip text that contains the list of invoices settled against the current posted payment.
Gg790170.privmethod(en-us,AX.60).gif getRecipientInfo Retrieves the recipient information from the VendTable table.
Gg790170.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg790170.privmethod(en-us,AX.60).gif getTotalSlipLineCount Retrieves the count of invoices settled against the current payment.
Gg790170.privmethod(en-us,AX.60).gif getUnPostedSlipTxt Creates the slip text that contains the list of invoices settled against current unposted payments.
Gg790170.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg790170.pubmethod(en-us,AX.60).gif new Initializes the VendChequeCopy class object. (Overrides the new Method.)
Gg790170.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg790170.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg790170.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg790170.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg790170.pubmethod(en-us,AX.60).gif parmArgs Gets or sets the Args parameter. (Inherited from ChequeCopy.)
Gg790170.pubmethod(en-us,AX.60).gif printCheque Shows the non-negotiable check report. (Inherited from ChequeCopy.)
Gg790170.pubmethod(en-us,AX.60).gif run Fills the TmpchequePrintout table buffer and runs a non-negotiable check report. (Inherited from ChequeCopy.)
Gg790170.protmethod(en-us,AX.60).gif setNonNegotiableCheckFields Sets the non-negotiable check related field in the TmpchequePrintout table buffer. (Inherited from ChequeCopy.)
Gg790170.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg790170.pubmethod(en-us,AX.60).gif slipTxtLines Calculates the available space for the slip line on the check report. (Inherited from ChequeCopy.)
Gg790170.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg790170.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg790170.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg790170.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

Object Class
  ChequeCopy Class
    VendChequeCopy Class

Community Additions

ADD
Show: