Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The InventTransferUpd class updates one shipment or receipt.
Syntax
class InventTransferUpd extends UpdateBase
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
addCreatedRec | (Inherited from UpdateBase.) |
![]() |
addDeletedRec | (Inherited from UpdateBase.) |
![]() |
addUpdateRec | (Inherited from UpdateBase.) |
![]() |
beginLedger | Creates the data that is required for updating the ledger voucher. |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
checkIfSomethingIsPosted | Checks whether something is posted during the update. |
![]() |
commitLedger | Commits the voucher. |
![]() |
createdRecs | (Inherited from UpdateBase.) |
![]() |
createInventTransferJour | Creates the journal header for the update in the InventTransferJour table. |
![]() |
createInventTransferJourLine | Creates the journal lines for the update in the InventTransferJourLine table. |
![]() |
deletedRecs | (Inherited from UpdateBase.) |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
getToLocationName_BR | |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
initInventTransferJour_W | |
![]() |
initInventTransferTable | Initializes the internal InventTransferTable buffer based on the internal InventTransferLine. |
![]() |
initJournalLinesList | |
![]() |
insertJournalLines | |
![]() |
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. (Overrides the parmParmBuffer Method.) |
![]() |
preUpdateLines_BR | |
![]() |
printerSettings | Returns the printer settings for the update. |
![]() |
printOut | Creates printouts that are related to the update. |
![]() |
progressUpdate | |
![]() |
qtyUpdateFieldId_RU | |
![]() |
run | Handles initialization and updates, for example, of journals and ledger transactions, that are performed during the update. (Overrides the run Method.) |
![]() |
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 | |
![]() |
updateInventTransferLine | Updates an InventTransferLine record. |
![]() |
updateInventTransferOrder | Updates the related InventTransferLine and InventTransferTable records. |
![]() |
updateInventTransferReceiveRetFully_RU | |
![]() |
updateInventTransferReceiveRetPartly_RU | |
![]() |
updateJobJournal | (Inherited from UpdateBase.) |
![]() |
updateLines | Updates all InventTransferLines that are related to the internal InventTransferParmTable. |
![]() |
updateReceiveOrdered_RU | |
![]() |
updateReturnIssue_RU | |
![]() |
updateScrapReturn_RU | |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
usePrintManagement | |
![]() |
validate | (Inherited from UpdateBase.) |
![]() |
voucherId | Returns the number of the voucher that will be used for this update. |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() ![]() |
::preUpdateLinesHandler_BR | Event handler for ppdateLines method |
Top
Remarks
Updates of shipments or receipts are based on the data that is supplied in the InventTransferParmTable table. Each instance of this class holds a reference to a record in the InventTransferParmTable table, from which a related InventTransferTable record can be found. The updating of a shipment or receipt will cause a possible update of the status of the InventTransferTable record and the related InventTransferLines record. Furthermore, any updates of related inventory transactions are handled.This class is used by the InventTransferMulti class so that more transfer orders can be updated in one update.
Inheritance Hierarchy
Object Class
UpdateBase Class
InventTransferUpd Class
InventTransferUpdPick Class
InventTransferUpdReceive Class
InventTransferUpdShip Class