PurchNonStockedRegistrationHelper 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. (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 class 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 the 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.) |
| parmPurchLine | Gets or sets the PurchLine parameter. |
| parmSalesPurchLine | Gets or sets the SalesPurchLine parameter. (Inherited from TradeNonStockedRegistrationHelper.) |
| 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 InventPendingQuantity records should be deleted for the current update of the line. |
| shouldPendingRegistrationsBeSynced | Indicates whether InventPendingQuantity records should be synchronized for the current update of the line. |
| synchronizePendingRegistration | Creates or updates the pending registration records from the 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 that the pending registration records can be deleted. (Overrides the validateDelete Method.) |
| validateOrderLineUpdate | Validates that the order line can be updated. (Overrides the validateOrderLineUpdate Method.) |
| 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 PurchNonStockedRegistrationHelper class. |
| ::newFromPurchLine | Creates a new instance of the TradeNonStockedRegistrationHelper class with the specified PurchLine object. |
Community Additions
ADD
Show: