TradeNotStockedPostCheck Class [AX 2012]
The TradeNotStockedPostCheck class is the base class used to validate not stocked order lines when packing slip posting and invoice posting the not stocked order lines.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkNegativeReceipt | Indicates whether there is received more than there is send for an order line. |
| checkNotOverDelivery | Validates that the posted quantity does not cause unauthorized over delivery of the not stocked order line. |
| checkNotUnderDelivery | Validates that the posted quantity does not cause unauthorized under delivery of the not stocked order line. |
| checkQuantityRegistered | Indicates whether the total line quantity is changed to be lower than the registered quantity for the line. |
| checkUpdateFinancialAfterPosting | Indicates whether the financial update of the not stocked order line after posting. |
| checkUpdatePhysicalAfterPosting | Checks the physical update of the not stocked order line after posting. |
| checkUpdatePhysicalBeforePosting | Checks the physical update of the not stocked order line before posting. |
| 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.) |
| lineRegisteredQty | Retrieves the registered quantity for the order line. |
| lineUnitQty | Retrieves the order line quantity. |
| new | Initializes a new instance of the TradeNotStockedPostCheck class. |
| 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.) |
| overDeliveryPct | Retrieves the over delivery percent defined on the order line. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmQtyPhysicalNow | Gets or sets the QtyPhysicalNow parameter. |
| parmQtyPhysicalToBeJournalUpdated | Gets or sets the QtyPhysicalToBeJournalUpdated parameter. |
| parmQtyRemainPhysical | Gets or sets the QtyRemainPhysical parameter. |
| parmQtyRemainPhysicalBefore | Gets or sets the QtyRemainPhysicalBefore parameter. |
| parmSalesPurchLine | Gets or sets the SalesPurchLine parameter. |
| postComplete | Retrieves if the order line should be delivered in total. |
| qtyPost | Retrieves the post quantity for the order line. |
| qtyPostedPhysical | Retrieves the physical posted quantity for the order line. |
| 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.) |
| underDeliveryPct | Retrieves the under delivery percent defined on the order line. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::newPurchLine | |
| ::newSalesLine | Creates a TradeNotStockedPostCheck object that is used to verify sales order lines during posting. |
Object Class
TradeNotStockedPostCheck Class
PurchNotStockedPostCheck Class
SalesNotStockedPostCheck Class
TradeNotStockedPostCheck Class
PurchNotStockedPostCheck Class
SalesNotStockedPostCheck Class
Community Additions
ADD
Show: