InventTransferUpdShip Class [AX 2012]
The InventTransferUpdShip class handles updates that are specific to shipments of transfer orders.
Syntax
class InventTransferUpdShip extends InventTransferUpd
Run On
Called
Methods
Method | Description | |
---|---|---|
addCreatedRec | (Inherited from UpdateBase.) | |
addDeletedRec | (Inherited from UpdateBase.) | |
addUpdateRec | (Inherited from UpdateBase.) | |
addVoucherTrans_IN | This method is used to get the dimension account based on the Invent Account Type passed and to get the voucher object. | |
beginLedger | Creates the data that is required for updating the ledger voucher. (Overrides the beginLedger Method.) | |
calcQtyReceivedInventDim_RU | ||
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.) | |
checkLines_RU | Finds and validates all lines for the transfer order - update table that is being updated. | |
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 | ||
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
handleOverdelivery | Creates the required InventTrans records to handle over-delivery. | |
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.) | |
parmDocNumberingCode_LT | Gets or sets the DocNumberingCode_LT parameter. | |
parmParmBuffer | Gets or sets the ParmBuffer parameter. (Inherited from InventTransferUpd.) | |
pickCatchWeightItem | Ensures that sufficient transactions are marked as picked for catch weight items. | |
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 | (Inherited from InventTransferUpd.) | |
reserveCatchWeightItems | Tries to convert existing OnOrder transactions to physical reservations for full visibility catch weight items. | |
run | Handles initialization and updates, for example, of journals and ledger transactions, that are performed during the update. (Overrides the run Method.) | |
setCatchWeightShipNow | Sets ShipNow field value based on the inventory quantity calcuated from the inventory transactions. | |
setRegNum_IN | This method is used to set the register number. | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
shippedNowDimensions | ||
toString | Returns a string that represents the current object. (Inherited from Object.) | |
updatedRecs | (Inherited from UpdateBase.) | |
updateInventTransferJour_RU | (Overrides the updateInventTransferJour_RU Method.) | |
updateInventTransferLine | Updates an InventTransferLine 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.) | |
updateInventTransferShipRetFully_RU | ||
updateInventTransferShipRetPartly_RU | ||
updateJobJournal | (Inherited from UpdateBase.) | |
updateReceiveOrdered_RU | (Inherited from InventTransferUpd.) | |
updateReturnIssue_RU | (Inherited from InventTransferUpd.) | |
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 | (Overrides the validate Method.) | |
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 InventTransferUpdShip class. | |
::newParmBuffer | Returns an instance of the InventTransferUpdShip class by using the _inventTransferParmTable passed in as a parameter. |
Top
Inheritance Hierarchy
Object Class
UpdateBase Class
InventTransferUpd Class
InventTransferUpdShip Class