InventTransferUpdPick Class [AX 2012]
The InventTransferUpdPick class is used to handle the picking of related updates of one transfer order.
Syntax
class InventTransferUpdPick extends InventTransferUpd
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. (Inherited from InventTransferUpd.) | |
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. (Inherited from InventTransferUpd.) | |
createdRecs | (Inherited from UpdateBase.) | |
createInventTransferJour | Creates the journal header for the update in the InventTransferJour table. (Overrides the createInventTransferJour Method.) | |
createInventTransferJourLine | (Overrides the createInventTransferJourLine Method.) | |
createWMSOutputOrder | Creates a Warehouse Management System (WMS) output order with the quantity passed as an argument by using the movement passed as an argument. | |
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.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
initInventTransferTable | Initializes the internal InventTransferTable buffer based on the internal InventTransferLine. (Inherited from InventTransferUpd.) | |
initJournalLinesList | (Inherited from InventTransferUpd.) | |
insertJournalLines | (Inherited from InventTransferUpd.) | |
mergeCreatedRecs | (Inherited from UpdateBase.) | |
mergeDeletedRecs | (Inherited from UpdateBase.) | |
mergeRecs | (Inherited from UpdateBase.) | |
mergeUpdateRecs | (Inherited from UpdateBase.) | |
mustCreateWMSOutputOrder | Determines whether a Warehouse Management System (WMS) output order must be created. | |
new | Initializes a new instance of the InventTransferUpdPick class. (Overrides the new Method.) | |
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.) | |
printerSettings | Returns the printer settings for the update. (Overrides the printerSettings Method.) | |
printOut | Creates printouts that are related to the update. (Overrides the printOut Method.) | |
progressUpdate | (Inherited from InventTransferUpd.) | |
qtyUpdateFieldId_RU | (Inherited from InventTransferUpd.) | |
reduceQty | ||
reservebuffer | Reserves the quantity from the inventTransferParmline. If it is not possible to do the reservation for the entire quantity, only the possible quantity is reserved. | |
run | Handles initialization and updates, for example, of journals and ledger transactions, that are performed during the update. (Overrides the run Method.) | |
sendAsXML | Sends the XML when the print medium is not the screen. | |
setCatchWeightShipNow | Sets ShipNow field value based on the inventory quantity calcuated 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 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.) | |
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 | (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.) | |
writeInventTransferJournal | Writes to the journal that is related to the update. | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::construct | Initializes a new instance of the InventTransferUpdPick class. | |
::newParmBuffer |
Top
Inheritance Hierarchy
Object Class
UpdateBase Class
InventTransferUpd Class
InventTransferUpdPick Class