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