EcoResReleasedProduct Class [AX 2012]

The EcoResReleasedProduct class represents a released product entity.

Syntax

class EcoResReleasedProduct

Run On

Called

Methods

  Method Description
Gg987385.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg987385.pubmethod(en-us,AX.60).gif checkAndUpdateNonStockedDependencies Checks and assigns the default values to the fields that are not applicable for a non-stocked product.
Gg987385.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg987385.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg987385.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg987385.protmethod(en-us,AX.60).gif inventModelTypeFactory
Gg987385.protmethod(en-us,AX.60).gif isTemplate Checks whether a product is a template.
Gg987385.protmethod(en-us,AX.60).gif new Initializes a new instance of the EcoResReleasedProduct class.
Gg987385.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.)
Gg987385.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.)
Gg987385.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg987385.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg987385.pubmethod(en-us,AX.60).gif parmInventModelGroupItem Gets or sets the InventModelGroupItem parameter.
Gg987385.pubmethod(en-us,AX.60).gif parmInventModelTypeFactory Gets or sets the InventModelTypeFactory parameter.
Gg987385.pubmethod(en-us,AX.60).gif parmInventTable Gets or sets the InventTable parameter.
Gg987385.pubmethod(en-us,AX.60).gif parmInventTableModuleInvent Gets or sets the InventTableModuleInvent parameter.
Gg987385.pubmethod(en-us,AX.60).gif parmInventTableModulePurch Gets or sets the InventTableModulePurch parameter.
Gg987385.pubmethod(en-us,AX.60).gif parmInventTableModuleSales Gets or sets the InventTableModuleSales parameter.
Gg987385.pubmethod(en-us,AX.60).gif parmUnitOfMeasureConverter Gets or sets the UnitOfMeasureConverter parameter.
Gg987385.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg987385.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg987385.protmethod(en-us,AX.60).gif unitOfMeasureConverter
Gg987385.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.)
Gg987385.protmethod(en-us,AX.60).gif validateInventTable Validates the InventTable record.
Gg987385.protmethod(en-us,AX.60).gif validateInventTableModule Validates an InventTableModule record.
Gg987385.protmethod(en-us,AX.60).gif validateInventTableModulePurch Validates the InventTableModule record for purchase settings.
Gg987385.protmethod(en-us,AX.60).gif validateInventTableModuleSales Validates the InventTableModule record for sales settings.
Gg987385.protmethod(en-us,AX.60).gif validateUnitOfMeasure Validates if units of measure are compatible.
Gg987385.pubmethod(en-us,AX.60).gif validateWrite Validates the released product.
Gg987385.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg987385.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg987385.pubmethod(en-us,AX.60).gif Gg987385.static(en-us,AX.60).gif ::construct Initializes a new instance of the EcoResReleasedProduct class.

Top

Remarks

The class is responsible for validation, which cannot be performed on a table level.

Inheritance Hierarchy

Object Class
  EcoResReleasedProduct Class