Share via


PmfProdCoByType Class [AX 2012]

The PmfProdCoByType class processes changes to the production co-byproduct lines.

Syntax

class PmfProdCoByType extends InventType

Run On

Called

Methods

  Method Description
Hh809789.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Hh809789.pubmethod(en-us,AX.60).gif canInventBeReserved (Inherited from InventType.)
Hh809789.pubmethod(en-us,AX.60).gif canInventUpdExpected (Inherited from InventType.)
Hh809789.pubmethod(en-us,AX.60).gif canInventUpdFinancial (Inherited from InventType.)
Hh809789.pubmethod(en-us,AX.60).gif canInventUpdPhysical (Inherited from InventType.)
Hh809789.pubmethod(en-us,AX.60).gif caseTagging (Inherited from InventType.)
Hh809789.pubmethod(en-us,AX.60).gif delete Delete a record from the PmfProdCoBy table.
Hh809789.pubmethod(en-us,AX.60).gif doScrap (Inherited from InventType.)
Hh809789.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Hh809789.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Hh809789.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Hh809789.pubmethod(en-us,AX.60).gif insert Inserts a record into the PmfProdCoBy table.
Hh809789.pubmethod(en-us,AX.60).gif itemTagging (Inherited from InventType.)
Hh809789.pubmethod(en-us,AX.60).gif mayScrapBeExpected (Inherited from InventType.)
Hh809789.pubmethod(en-us,AX.60).gif mustInventBeExpectedAgain (Inherited from InventType.)
Hh809789.pubmethod(en-us,AX.60).gif mustInventBeQuotationControlled (Inherited from InventType.)
Hh809789.pubmethod(en-us,AX.60).gif mustInventUpdEstimated (Inherited from InventType.)
Hh809789.protmethod(en-us,AX.60).gif new Creates a new instance of the PmfProdCoByType class by using a PmfProdCoBy record. (Overrides the new Method.)
Hh809789.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.)
Hh809789.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.)
Hh809789.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Hh809789.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Hh809789.pubmethod(en-us,AX.60).gif palletTagging (Inherited from InventType.)
Hh809789.pubmethod(en-us,AX.60).gif qtyCoBySched Calculates the quantity to be scheduled for the co-product or by-product.
Hh809789.pubmethod(en-us,AX.60).gif runCostEstimation Does the cost estimation for the PdsProdCoBy record.
Hh809789.pubmethod(en-us,AX.60).gif runStartUp Runs the startup for the PdsProdCoBy record.
Hh809789.pubmethod(en-us,AX.60).gif runStatusDecrease Decrements the production order status for the PdsProdCoBy record.
Hh809789.pubmethod(en-us,AX.60).gif setBackStatus Set the back order status of the PdsProdBoCy record.
Hh809789.pubmethod(en-us,AX.60).gif setCoByEstimation Sets the calculated and remaining values of the PdsProdCoBy record.
Hh809789.pubmethod(en-us,AX.60).gif setCoByStartUp Calculates and sets the startup quantity of the PdsProdCoBy record.
Hh809789.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Hh809789.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Hh809789.pubmethod(en-us,AX.60).gif update Updates a PmfProdCoBy record.
Hh809789.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.)
Hh809789.pubmethod(en-us,AX.60).gif validateWrite Indicates whether the PdsProdCoBy record can be updated.
Hh809789.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Hh809789.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Hh809789.pubmethod(en-us,AX.60).gif Hh809789.static(en-us,AX.60).gif ::construct Create a new instance of the PmfProdCoByType class.

Top

Remarks

The class is being derived from the InventType class and provides functionality similar to the ProdTableType class but for co-byproduct lines.

Inheritance Hierarchy

Object Class
  InventType Class
    PmfProdCoByType Class