Share via


ProdTableType_Pmf Class [AX 2012]

The ProdTableType class regroups operations that are related to batch order processing.

Syntax

class ProdTableType_Pmf extends ProdTableType

Run On

Server

Methods

  Method Description
Hh816037.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Hh816037.pubmethod(en-us,AX.60).gif canInventBeReserved (Inherited from ProdTableType.)
Hh816037.pubmethod(en-us,AX.60).gif canInventUpdExpected (Inherited from InventType.)
Hh816037.pubmethod(en-us,AX.60).gif canInventUpdFinancial (Inherited from InventType.)
Hh816037.pubmethod(en-us,AX.60).gif canInventUpdPhysical (Inherited from InventType.)
Hh816037.pubmethod(en-us,AX.60).gif canReworkOrderStart Checks if the quantity to be processed has been reserved and the rework order can be started.
Hh816037.pubmethod(en-us,AX.60).gif caseTagging (Inherited from InventType.)
Hh816037.pubmethod(en-us,AX.60).gif createReworkBatch Creates a Rework Batch order.
Hh816037.pubmethod(en-us,AX.60).gif delete (Inherited from ProdTableType.)
Hh816037.pubmethod(en-us,AX.60).gif doScrap (Inherited from InventType.)
Hh816037.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Hh816037.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Hh816037.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Hh816037.pubmethod(en-us,AX.60).gif initProdId Assigns batch order id based on batch order number sequence. (Overrides the initProdId Method.)
Hh816037.pubmethod(en-us,AX.60).gif insert Inserts the specified ProdTable record. (Overrides the insert Method.)
Hh816037.pubmethod(en-us,AX.60).gif itemTagging (Inherited from InventType.)
Hh816037.pubmethod(en-us,AX.60).gif mayScrapBeExpected (Inherited from InventType.)
Hh816037.pubmethod(en-us,AX.60).gif mustInventBeExpectedAgain (Inherited from InventType.)
Hh816037.pubmethod(en-us,AX.60).gif mustInventBeQuotationControlled (Inherited from InventType.)
Hh816037.pubmethod(en-us,AX.60).gif mustInventUpdEstimated (Inherited from InventType.)
Hh816037.protmethod(en-us,AX.60).gif new substantiates the object (Overrides the new Method.)
Hh816037.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.)
Hh816037.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.)
Hh816037.pubmethod(en-us,AX.60).gif numberSeqProdId (Inherited from ProdTableType.)
Hh816037.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Hh816037.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Hh816037.pubmethod(en-us,AX.60).gif palletTagging (Inherited from InventType.)
Hh816037.pubmethod(en-us,AX.60).gif pmfCanSplit Determine if the split option should be available for this batch order (a specific subset of production order). (Overrides the pmfCanSplit Method.)
Hh816037.pubmethod(en-us,AX.60).gif prodIdUsed (Inherited from ProdTableType.)
Hh816037.protmethod(en-us,AX.60).gif replaceBOMRoute Replaces the production bill of materials (BOM) and the production route with the specified BOM and route for the production order. (Inherited from ProdTableType.)
Hh816037.pubmethod(en-us,AX.60).gif runBOMCalc (Inherited from ProdTableType.)
Hh816037.pubmethod(en-us,AX.60).gif runCostEstimation (Inherited from ProdTableType.)
Hh816037.pubmethod(en-us,AX.60).gif runHistoricalCost Batch order ending operation. (Overrides the runHistoricalCost Method.)
Hh816037.pubmethod(en-us,AX.60).gif runJobScheduling (Inherited from ProdTableType.)
Hh816037.pubmethod(en-us,AX.60).gif runJobUpdate (Inherited from ProdTableType.)
Hh816037.pubmethod(en-us,AX.60).gif runOperationScheduling (Inherited from ProdTableType.)
Hh816037.pubmethod(en-us,AX.60).gif runRelease (Inherited from ProdTableType.)
Hh816037.pubmethod(en-us,AX.60).gif runReportFinished (Inherited from ProdTableType.)
Hh816037.pubmethod(en-us,AX.60).gif runRouteUpdate (Inherited from ProdTableType.)
Hh816037.pubmethod(en-us,AX.60).gif runStartUp Batch order starting operation. (Overrides the runStartUp Method.)
Hh816037.pubmethod(en-us,AX.60).gif runStatusDecrease (Inherited from ProdTableType.)
Hh816037.pubmethod(en-us,AX.60).gif setBackStatus (Inherited from ProdTableType.)
Hh816037.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Hh816037.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Hh816037.pubmethod(en-us,AX.60).gif update Updates the specified ProdTable record. (Overrides the update Method.)
Hh816037.pubmethod(en-us,AX.60).gif updateCopying (Inherited from ProdTableType.)
Hh816037.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.)
Hh816037.pubmethod(en-us,AX.60).gif validateDelete Validate delete of batch order. (Overrides the validateDelete Method.)
Hh816037.pubmethod(en-us,AX.60).gif validateWrite Validate inserts and updates of batch order. (Overrides the validateWrite Method.)
Hh816037.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Hh816037.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Hh816037.pubmethod(en-us,AX.60).gif Hh816037.static(en-us,AX.60).gif ::construct This method returns an instance of the class

Top

Inheritance Hierarchy

Object Class
  InventType Class
    ProdTableType Class
      ProdTableType_Pmf Class