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.

Syntax

class SalesNotStockedPostCheck extends TradeNotStockedPostCheck

Run On

Called

Methods

  Method Description
Gg808236.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg808236.protmethod(en-us,AX.60).gif checkNegativeReceipt Indicates whether there is received more than there is send for an order line. (Inherited from TradeNotStockedPostCheck.)
Gg808236.protmethod(en-us,AX.60).gif checkNotOverDelivery Validates that the posted quantity does not cause unauthorized over delivery of the not stocked order line. (Inherited from TradeNotStockedPostCheck.)
Gg808236.protmethod(en-us,AX.60).gif checkNotUnderDelivery Validates that the posted quantity does not cause unauthorized under delivery of the not stocked order line. (Inherited from TradeNotStockedPostCheck.)
Gg808236.protmethod(en-us,AX.60).gif checkQuantityRegistered Indicates whether the total line quantity is changed to be lower than the registered quantity for the line. (Inherited from TradeNotStockedPostCheck.)
Gg808236.pubmethod(en-us,AX.60).gif checkUpdateFinancialAfterPosting Indicates whether the financial update of the not stocked order line after posting. (Inherited from TradeNotStockedPostCheck.)
Gg808236.pubmethod(en-us,AX.60).gif checkUpdatePhysicalAfterPosting Checks the physical update of the not stocked order line after posting. (Inherited from TradeNotStockedPostCheck.)
Gg808236.pubmethod(en-us,AX.60).gif checkUpdatePhysicalBeforePosting Checks the physical update of the not stocked order line before posting. (Inherited from TradeNotStockedPostCheck.)
Gg808236.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg808236.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg808236.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg808236.protmethod(en-us,AX.60).gif lineRegisteredQty Retrieves the registered quantity for the sales order line. (Overrides the lineRegisteredQty Method.)
Gg808236.protmethod(en-us,AX.60).gif lineUnitQty Retrieves the sales quantity on the sales order line. (Overrides the lineUnitQty Method.)
Gg808236.protmethod(en-us,AX.60).gif new Initializes a new instance of the TradeNotStockedPostCheck class. (Inherited from TradeNotStockedPostCheck.)
Gg808236.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg808236.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg808236.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg808236.protmethod(en-us,AX.60).gif overDeliveryPct Retrieves the over-delivery percent defined on the sales order line. (Overrides the overDeliveryPct Method.)
Gg808236.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg808236.pubmethod(en-us,AX.60).gif parmQtyPhysicalNow Gets or sets the QtyPhysicalNow parameter. (Inherited from TradeNotStockedPostCheck.)
Gg808236.pubmethod(en-us,AX.60).gif parmQtyPhysicalToBeJournalUpdated Gets or sets the QtyPhysicalToBeJournalUpdated parameter. (Inherited from TradeNotStockedPostCheck.)
Gg808236.pubmethod(en-us,AX.60).gif parmQtyRemainPhysical Gets or sets the QtyRemainPhysical parameter. (Inherited from TradeNotStockedPostCheck.)
Gg808236.pubmethod(en-us,AX.60).gif parmQtyRemainPhysicalBefore Gets or sets the QtyRemainPhysicalBefore parameter. (Inherited from TradeNotStockedPostCheck.)
Gg808236.pubmethod(en-us,AX.60).gif parmSalesPurchLine Gets or sets the SalesPurchLine parameter. (Overrides the parmSalesPurchLine Method.)
Gg808236.protmethod(en-us,AX.60).gif postComplete Determines whether the sales order line should be delivered in total. (Overrides the postComplete Method.)
Gg808236.protmethod(en-us,AX.60).gif qtyPost Retrieves the post quantity for the sales line. (Overrides the qtyPost Method.)
Gg808236.protmethod(en-us,AX.60).gif qtyPostedPhysical Retrieves the physical posted quantity for the sales order line. (Overrides the qtyPostedPhysical Method.)
Gg808236.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg808236.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg808236.protmethod(en-us,AX.60).gif underDeliveryPct Retrieves the under-delivery percent defined on the sales order line. (Overrides the underDeliveryPct Method.)
Gg808236.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg808236.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg808236.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg808236.pubmethod(en-us,AX.60).gif Gg808236.static(en-us,AX.60).gif ::construct Initializes a new instance of the SalesNotStockedPostCheck class.

Top

Inheritance Hierarchy

Object Class
  TradeNotStockedPostCheck Class
    SalesNotStockedPostCheck Class