InventTransferUpdReceive Class [AX 2012]

The InventTransferUpdReceive class handles updates that are specific to receipts of transfer orders.

Syntax

class InventTransferUpdReceive extends InventTransferUpd

Run On

Called

Methods

  Method Description
Gg879930.pubmethod(en-us,AX.60).gif addCreatedRec (Inherited from UpdateBase.)
Gg879930.pubmethod(en-us,AX.60).gif addDeletedRec (Inherited from UpdateBase.)
Gg879930.pubmethod(en-us,AX.60).gif addUpdateRec (Inherited from UpdateBase.)
Gg879930.pubmethod(en-us,AX.60).gif addVoucherTrans_IN Gets the dimension account for the selected inventory transfer and adds the voucher object.
Gg879930.privmethod(en-us,AX.60).gif adjustTaxInCostPrice_BR
Gg879930.protmethod(en-us,AX.60).gif beginLedger Creates the data that is required for updating the ledger voucher. (Overrides the beginLedger Method.)
Gg879930.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg879930.protmethod(en-us,AX.60).gif checkIfSomethingIsPosted Checks whether something is posted during the update. (Inherited from InventTransferUpd.)
Gg879930.protmethod(en-us,AX.60).gif commitLedger Commits the voucher. (Overrides the commitLedger Method.)
Gg879930.pubmethod(en-us,AX.60).gif createdRecs (Inherited from UpdateBase.)
Gg879930.protmethod(en-us,AX.60).gif createInventTransferJour Creates the journal header for the update in the InventTransferJour table. (Inherited from InventTransferUpd.)
Gg879930.protmethod(en-us,AX.60).gif createInventTransferJourLine Creates the journal lines for the update in the InventTransferJourLine table. (Inherited from InventTransferUpd.)
Gg879930.pubmethod(en-us,AX.60).gif deletedRecs (Inherited from UpdateBase.)
Gg879930.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg879930.privmethod(en-us,AX.60).gif getFiscalDocumentNumber_BR
Gg879930.privmethod(en-us,AX.60).gif getShipInventTransferJourVoucherId_BR
Gg879930.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg879930.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg879930.protmethod(en-us,AX.60).gif initInventTransferTable Initializes the internal InventTransferTable buffer based on the internal InventTransferLine table. (Overrides the initInventTransferTable Method.)
Gg879930.protmethod(en-us,AX.60).gif initJournalLinesList (Inherited from InventTransferUpd.)
Gg879930.protmethod(en-us,AX.60).gif insertJournalLines (Inherited from InventTransferUpd.)
Gg879930.pubmethod(en-us,AX.60).gif mergeCreatedRecs (Inherited from UpdateBase.)
Gg879930.pubmethod(en-us,AX.60).gif mergeDeletedRecs (Inherited from UpdateBase.)
Gg879930.pubmethod(en-us,AX.60).gif mergeRecs (Inherited from UpdateBase.)
Gg879930.pubmethod(en-us,AX.60).gif mergeUpdateRecs (Inherited from UpdateBase.)
Gg879930.pubmethod(en-us,AX.60).gif new Initializes a new instance of the UpdateBase class. (Inherited from UpdateBase.)
Gg879930.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.)
Gg879930.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.)
Gg879930.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg879930.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg879930.pubmethod(en-us,AX.60).gif packCreatedRecs (Inherited from UpdateBase.)
Gg879930.pubmethod(en-us,AX.60).gif parmParmBuffer Gets or sets the ParmBuffer parameter. (Inherited from InventTransferUpd.)
Gg879930.protmethod(en-us,AX.60).gif postTax Posts the transfer order taxes.
Gg879930.pubmethod(en-us,AX.60).gif printerSettings Returns the printer settings for the update. (Inherited from InventTransferUpd.)
Gg879930.protmethod(en-us,AX.60).gif printOut Creates printouts that are related to the update. (Overrides the printOut Method.)
Gg879930.pubmethod(en-us,AX.60).gif progressUpdate (Inherited from InventTransferUpd.)
Gg879930.protmethod(en-us,AX.60).gif qtyUpdateFieldId_RU (Overrides the qtyUpdateFieldId_RU Method.)
Gg879930.pubmethod(en-us,AX.60).gif run Handles initialization and updates, for example, of journals and ledger transactions, that are performed during the update. (Overrides the run Method.)
Gg879930.protmethod(en-us,AX.60).gif setCatchWeightReceiveNow Sets the catch weight value for the ReceiveNow field, based on the inventory quantity that’s calculated from the inventory transactions.
Gg879930.protmethod(en-us,AX.60).gif setCatchWeightScrapNow Sets the catch weight value for the ScrapNow field, based on the inventory quantity that’s calculated from the inventory transactions.
Gg879930.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg879930.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg879930.pubmethod(en-us,AX.60).gif updatedRecs (Inherited from UpdateBase.)
Gg879930.protmethod(en-us,AX.60).gif updateInventTransferJour_RU (Inherited from InventTransferUpd.)
Gg879930.protmethod(en-us,AX.60).gif updateInventTransferLine Updates an inventory transfer line record. (Overrides the updateInventTransferLine Method.)
Gg879930.protmethod(en-us,AX.60).gif updateInventTransferOrder Updates the related InventTransferLine and InventTransferTable records. (Inherited from InventTransferUpd.)
Gg879930.protmethod(en-us,AX.60).gif updateInventTransferReceiveRetFully_RU (Inherited from InventTransferUpd.)
Gg879930.protmethod(en-us,AX.60).gif updateInventTransferReceiveRetPartly_RU (Inherited from InventTransferUpd.)
Gg879930.pubmethod(en-us,AX.60).gif updateJobJournal (Inherited from UpdateBase.)
Gg879930.protmethod(en-us,AX.60).gif updateReceiveOrdered_RU (Inherited from InventTransferUpd.)
Gg879930.protmethod(en-us,AX.60).gif updateReturnIssue_RU (Inherited from InventTransferUpd.)
Gg879930.protmethod(en-us,AX.60).gif updateScrap
Gg879930.protmethod(en-us,AX.60).gif updateScrapReturn_RU (Inherited from InventTransferUpd.)
Gg879930.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.)
Gg879930.pubmethod(en-us,AX.60).gif usePrintManagement (Inherited from InventTransferUpd.)
Gg879930.pubmethod(en-us,AX.60).gif validate (Inherited from UpdateBase.)
Gg879930.pubmethod(en-us,AX.60).gif voucherId Returns the number of the voucher that will be used for this update. (Inherited from InventTransferUpd.)
Gg879930.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg879930.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg879930.pubmethod(en-us,AX.60).gif Gg879930.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventTransferUpdReceive class.
Gg879930.pubmethod(en-us,AX.60).gif Gg879930.static(en-us,AX.60).gif ::newParmBuffer Returns an instance of InventTransferUpdReceive with the _inventTransferParmTable assigned.

Top

Inheritance Hierarchy

Object Class
  UpdateBase Class
    InventTransferUpd Class
      InventTransferUpdReceive Class

See Also

InventTransferUpd Class