TradeNonStockedRegistrationHelper Class [AX 2012]
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkNotOverDelivery | Checks whether the quantity that is being registered causes over delivery. |
| deletePendingRegistration | Deletes any pending registrations for the line that is specified. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getInventRegistrationHandler | Gets an instance of the InventRegistrationHandler class for the line. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| lineQty | Gets the line quantity. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| parmSalesPurchLine | Gets or sets the SalesPurchLine parameter. |
| register | Registers the specified quantity for the line. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| synchronizePendingRegistration | Creates or updates the pending registration records from the line. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateOnRegistration | Performs updates on the order line when a registration has been completed. |
| updatePendingQuantityOnPosting | Deducts the quantity that is being posted from the records in the InventPendingQuantity table. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateDelete | Validates whether the pending registration records can be deleted. |
| validateOrderLineUpdate | Validates whether the order line can be updated. |
| validateRegister | Validates whether the specified quantity can be registered. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::getInventPendingReceipt | Gets the InventPendingQuantity record pending registration for the current SalesPurchLine value. |
| ::getInventPendingRegistration | Gets the InventPendingQuantity record pending registration for the current SalesPurchLine value. |
| ::newFromSalesPurchLine | Creates a new instance of TradeNonStockedRegistrationHelper class that has the specified SalesLine or PurchLine objects. |
| ::qtyOrdered | Gets the ordered quantity for an order line. |
| ::qtyRegistered | Gets the registered quantity for an order line. |
Object Class
TradeNonStockedRegistrationHelper Class
PurchNonStockedRegistrationHelper Class
SalesNonStockedRegistrationHelper Class
TradeNonStockedRegistrationHelper Class
PurchNonStockedRegistrationHelper Class
SalesNonStockedRegistrationHelper Class
Community Additions
ADD
Show: