SalesNonStockedRegistrationHelper Class [AX 2012]
The SalesNonStockedRegistrationHelper class is the helper class for the non-stocked sales order lines.
| 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. (Inherited from TradeNonStockedRegistrationHelper.) |
| deletePendingRegistration | Deletes any pending registrations for the line that is specified. (Inherited from TradeNonStockedRegistrationHelper.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getInventRegistrationHandler | Gets an instance of the InventRegistrationHandler for the sales line. (Overrides the getInventRegistrationHandler Method.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isPendingRegistrationsApplicable | Indicates whether InventPendingQuantity update is relevant for the line. |
| lineQty | Gets the line quantity. (Overrides the lineQty Method.) |
| 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.) |
| parmSalesLine | Gets or sets the SalesLine parameter. |
| parmSalesPurchLine | Gets or sets the SalesPurchLine parameter. (Inherited from TradeNonStockedRegistrationHelper.) |
| parmWMSArrivalDetailTmp | Gets or sets the WMSArrivalDetailTmp parameter. |
| register | Registers the specified quantity for the line. (Inherited from TradeNonStockedRegistrationHelper.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| shouldPendingRegistrationsBeDeleted | Indicates whether to delete InventPendingQuantity records for the current update of the line. |
| shouldPendingRegistrationsBeSynced | Indicates whether to synchronize InventPendingQuantity records for the current update of the line. |
| synchronizePendingRegistration | Creates or updates the pending registration records from the sales line. (Overrides the synchronizePendingRegistration Method.) |
| 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. (Inherited from TradeNonStockedRegistrationHelper.) |
| updatePendingQuantityOnPosting | Deducts the quantity that is being posted from the records in the InventPendingQuantity table. (Inherited from TradeNonStockedRegistrationHelper.) |
| 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. (Inherited from TradeNonStockedRegistrationHelper.) |
| validateOrderLineUpdate | Validates whether the order line can be updated. (Inherited from TradeNonStockedRegistrationHelper.) |
| validateRegister | Validates whether the specified quantity can be registered. (Inherited from TradeNonStockedRegistrationHelper.) |
| 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 SalesNonStockedRegistrationHelper class. |
| ::newFromSalesLine | Creates a new instance of the TradeNonStockedRegistrationHelper class by using the given SalesLine object. |
Object Class
TradeNonStockedRegistrationHelper Class
SalesNonStockedRegistrationHelper Class
SalesReturnNonStockedRegistrationHelper Class
TradeNonStockedRegistrationHelper Class
SalesNonStockedRegistrationHelper Class
SalesReturnNonStockedRegistrationHelper Class
Community Additions
ADD
Show: