SalesNotStockedPostCheck Class [AX 2012]
The SalesNotStockedPostCheck class is used to check sales order lines when packing slip posting or invoice posting a sales order line.
| 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. (Inherited from TradeNotStockedPostCheck.) |
| checkNotOverDelivery | Validates that the posted quantity does not cause unauthorized over delivery of the not stocked order line. (Inherited from TradeNotStockedPostCheck.) |
| checkNotUnderDelivery | Validates that the posted quantity does not cause unauthorized under delivery of the not stocked order line. (Inherited from TradeNotStockedPostCheck.) |
| checkQuantityRegistered | Indicates whether the total line quantity is changed to be lower than the registered quantity for the line. (Inherited from TradeNotStockedPostCheck.) |
| checkUpdateFinancialAfterPosting | Indicates whether the financial update of the not stocked order line after posting. (Inherited from TradeNotStockedPostCheck.) |
| checkUpdatePhysicalAfterPosting | Checks the physical update of the not stocked order line after posting. (Inherited from TradeNotStockedPostCheck.) |
| checkUpdatePhysicalBeforePosting | Checks the physical update of the not stocked order line before posting. (Inherited from TradeNotStockedPostCheck.) |
| 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 sales order line. (Overrides the lineRegisteredQty Method.) |
| lineUnitQty | Retrieves the sales quantity on the sales order line. (Overrides the lineUnitQty Method.) |
| new | Initializes a new instance of the TradeNotStockedPostCheck class. (Inherited from TradeNotStockedPostCheck.) |
| 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 sales order line. (Overrides the overDeliveryPct Method.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmQtyPhysicalNow | Gets or sets the QtyPhysicalNow parameter. (Inherited from TradeNotStockedPostCheck.) |
| parmQtyPhysicalToBeJournalUpdated | Gets or sets the QtyPhysicalToBeJournalUpdated parameter. (Inherited from TradeNotStockedPostCheck.) |
| parmQtyRemainPhysical | Gets or sets the QtyRemainPhysical parameter. (Inherited from TradeNotStockedPostCheck.) |
| parmQtyRemainPhysicalBefore | Gets or sets the QtyRemainPhysicalBefore parameter. (Inherited from TradeNotStockedPostCheck.) |
| parmSalesPurchLine | Gets or sets the SalesPurchLine parameter. (Overrides the parmSalesPurchLine Method.) |
| postComplete | Determines whether the sales order line should be delivered in total. (Overrides the postComplete Method.) |
| qtyPost | Retrieves the post quantity for the sales line. (Overrides the qtyPost Method.) |
| qtyPostedPhysical | Retrieves the physical posted quantity for the sales order line. (Overrides the qtyPostedPhysical Method.) |
| 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 sales order line. (Overrides the underDeliveryPct Method.) |
| 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.) |
| ::construct | Initializes a new instance of the SalesNotStockedPostCheck class. |
Community Additions
ADD
Show: