ProjInvoiceTransEInvoiceTransMap_MX Class [AX 2012]

The ProjInvoiceTransEInvoiceTransMap_MX class extends the EInvoiceTransBaseMap_MX class to implement the mapping from the ProjInvoiceTransMap_MX map.

class ProjInvoiceTransEInvoiceTransMap_MX extends EInvoiceTransBaseMap_MX

Run On

Server

  MethodDescription
Gg990520.pubmethod(en-us,AX.60).gif amount Gets the total amount of the project invoice line. (Overrides the amount Method.)
Gg990520.pubmethod(en-us,AX.60).gif amountCur Returns the total amount of project invoice line. (Overrides the amountCur Method.)
Gg990520.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg990520.pubmethod(en-us,AX.60).gif customsDocDate Gets the CustomsDocDate information of the posted document line. (Overrides the customsDocDate Method.)
Gg990520.pubmethod(en-us,AX.60).gif customsDocNumber Gets the CustomsDocNumber information of the posted document line. (Overrides the customsDocNumber Method.)
Gg990520.pubmethod(en-us,AX.60).gif customsName Gets the CustomsName information of the posted document line. (Overrides the customsName Method.)
Gg990520.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg990520.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg990520.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg990520.protmethod(en-us,AX.60).gif initLine Initializes the projInvoiceTrans class variable. (Overrides the initLine Method.)
Gg990520.protmethod(en-us,AX.60).gif initProjInvoiceJour Initializes the projInvoiceJour class variable with the ProjInvoiceJour record of the line.
Gg990520.pubmethod(en-us,AX.60).gif inventTransId Gets the InventTransId value from the posted document line. (Overrides the inventTransId Method.)
Gg990520.pubmethod(en-us,AX.60).gif itemId Gets the item ID from the posted document line. (Overrides the itemId Method.)
Gg990520.pubmethod(en-us,AX.60).gif itemName Gets the item name of the original posted document. (Overrides the itemName Method.)
Gg990520.pubmethod(en-us,AX.60).gif markupTransList Gets the list of MarkupTrans records that are related to each invoice line. (Overrides the markupTransList Method.)
Gg990520.protmethod(en-us,AX.60).gif new Initializes a new instance of the EInvoiceTransBaseMap_MX class by using the static construct method. (Inherited from EInvoiceTransBaseMap_MX.)
Gg990520.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.)
Gg990520.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.)
Gg990520.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg990520.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg990520.pubmethod(en-us,AX.60).gif propertyNumber Gets the Property Number information of the posted document line. (Overrides the propertyNumber Method.)
Gg990520.pubmethod(en-us,AX.60).gif qty Gets the quantity of the posted document line. (Overrides the qty Method.)
Gg990520.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg990520.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg990520.pubmethod(en-us,AX.60).gif unit Gets the unit ID of the project invoice line. (Overrides the unit Method.)
Gg990520.pubmethod(en-us,AX.60).gif unitPrice Gets the price per unit of the posted document line. (Overrides the unitPrice Method.)
Gg990520.pubmethod(en-us,AX.60).gif unitPriceMST Returns the price MST per unit of posted document line (Overrides the unitPriceMST Method.)
Gg990520.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.)
Gg990520.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg990520.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg990520.pubmethod(en-us,AX.60).gif Gg990520.static(en-us,AX.60).gif ::construct Creates a object of the correct ElectronicInvoiceTransBaseMap_MX concrete implementation based on the _originalJournalLine table id
Top

Objects of this class should be instantiated and used by the ProjInvoiceJourEInvoiceJourMap_MX class.

Community Additions

ADD
Show: