SalesReturnNonStockedRegistrationHelper Class [AX 2012]
The SalesReturnNonStockedRegistrationHelper class is the registration helper for non-stocked sales return 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. (Inherited from SalesNonStockedRegistrationHelper.) |
| 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. (Inherited from SalesNonStockedRegistrationHelper.) |
| 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. (Inherited from SalesNonStockedRegistrationHelper.) |
| parmSalesPurchLine | Gets or sets the SalesPurchLine parameter. (Inherited from TradeNonStockedRegistrationHelper.) |
| parmWMSArrivalDetailTmp | Gets or sets the WMSArrivalDetailTmp parameter. (Inherited from SalesNonStockedRegistrationHelper.) |
| 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 the InventPendingQuantity records must be deleted for an update of the line. (Overrides the shouldPendingRegistrationsBeDeleted Method.) |
| shouldPendingRegistrationsBeSynced | Indicates whether InventPendingQuantity records should be synchronized for an update of the line. (Overrides the shouldPendingRegistrationsBeSynced Method.) |
| 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 | Updates the sales return order line based on the registration that has been done. (Overrides the updateOnRegistration Method.) |
| 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 that the given quantity can be registered. (Overrides the validateRegister Method.) |
| 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 SalesReturnNonStockedRegistrationHelper class. |
Object Class
TradeNonStockedRegistrationHelper Class
SalesNonStockedRegistrationHelper Class
SalesReturnNonStockedRegistrationHelper Class
TradeNonStockedRegistrationHelper Class
SalesNonStockedRegistrationHelper Class
SalesReturnNonStockedRegistrationHelper Class
Community Additions
ADD
Show: