InventQualityManagementCreateHandler Class [AX 2012]
The InventQualityManagementCreateHandler class handles all quality order creation events.
Syntax
class InventQualityManagementCreateHandler
Run On
Server
Methods
Method | Description | |
---|---|---|
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
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.) |
![]() |
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.) |
![]() |
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.) |
![]() |
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.) |
![]() ![]() |
::createInventoryRegistration | Creates the inventory registration. |
![]() ![]() |
::createPdsInspectionOrders | Generates quality orders for the specified batch in all sites where this batch has physical inventory. |
![]() ![]() |
::createProductionEndAfter | Creates the after production end. |
![]() ![]() |
::createProductionEndBefore | Handles order creation before production end. |
![]() ![]() |
::createProductionEndCo | Handles order creation for co products before or after production end. |
![]() ![]() |
::createProductionReportFinishedAfter | Handles order creation after production report as finished. |
![]() ![]() |
::createProductionReportFinishedBefore | Handles order creation before production report as finished. |
![]() ![]() |
::createProductionReportFinishedCo | Handles order creation for co-products before or after production report as finished. |
![]() ![]() |
::createPurchaseProductReceiptAfter | Handles order creation after purchase product receipt. |
![]() ![]() |
::createPurchaseProductReceiptBefore | Handles order creation before the purchase product receipt. |
![]() ![]() |
::createPurchaseProductReceiptBeforeParms | Handles order creation before the purchase product receipt. |
![]() ![]() |
::createPurchaseReceiptsListAfter | Handles the order creation after purchase receipt list. |
![]() ![]() |
::createPurchaseReceiptsListBefore | Handles order creation before the purchase receipt list. |
![]() ![]() |
::createPurchaseReceiptsListBeforeParms | Handles order creation before the purchase receipt list. |
![]() ![]() |
::createQuarantineEndBefore | Handles order creation before quarantine end. |
![]() ![]() |
::createQuarantineReportFinishedAfter | Handles order creation after quarantine report is finished. |
![]() ![]() |
::createQuarantineReportFinishedBefore | Handles order creation before quarantine report is finished. |
![]() ![]() |
::createRouteOprReportFinishedAfter | Handles order creation after route operation report is finished. |
![]() ![]() |
::createRouteOprReportFinishedBeforeRange | Handles order creation before route operation report is finished. |
![]() ![]() |
::createRouteOprReportFinishedBeforeSingle | Handles order creation before route operation report is finished. |
![]() ![]() |
::createSalesPackingSlipBefore | Handles order creation before sales packing slip. |
![]() ![]() |
::createSalesPickingListAfter | Handles order creation after sales picking list. |
![]() ![]() |
::createSalesPickingListAfterPost | Handles order creation after sales picking list. |
![]() ![]() |
::createSalesPickingListBefore | Handles order creation before sales picking list. |
![]() ![]() |
::createSalesPickingListWork | Handles order creation during work creation for outbound shipping process. |
![]() ![]() |
::purchFormLetterBeforeHelper | |
![]() ![]() |
::salesFormLetterBeforeHelper | |
![]() ![]() |
::salesFormLetterBeforeHelperOnServer |
Top
Inheritance Hierarchy
Object Class
InventQualityManagementCreateHandler Class