Share via


ReqIntercompanyConversionUtil Class [AX 2012]

The ReqIntercompanyConversionUtil class performs data conversions for enabling the intercompany functionality.

Syntax

class ReqIntercompanyConversionUtil

Run On

Called

Methods

  Method Description
Gg794248.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg794248.pubmethod(en-us,AX.60).gif convertDeliveryMode Converts the delivery mode.
Gg794248.pubmethod(en-us,AX.60).gif convertItemId Gets the item ID in the upstream vendor company.
Gg794248.pubmethod(en-us,AX.60).gif convertQty Converts the quantity according to the unit of measure conversion setup between companies.
Gg794248.pubmethod(en-us,AX.60).gif convertReqDate Converts the requirement date adjusting it with the lead time in the upstream vendor company.
Gg794248.pubmethod(en-us,AX.60).gif convertSiteId Converts the default site in the upstream vendor company.
Gg794248.pubmethod(en-us,AX.60).gif convertWarehouseId Converts the default warehouse ID in the upstream vendor company.
Gg794248.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg794248.privmethod(en-us,AX.60).gif findCustomerInVendorCompany Finds the customer record in the upstream vendor company.
Gg794248.pubmethod(en-us,AX.60).gif findDefaultCompanyAddress Finds the default delivery address of the downstream customer company.
Gg794248.pubmethod(en-us,AX.60).gif findDefaultSiteAddress Finds the default delivery address of the site.
Gg794248.pubmethod(en-us,AX.60).gif findDefaultWarehouseAddress Finds the default delivery address of the warehouse.
Gg794248.pubmethod(en-us,AX.60).gif findDeliveryAddress Finds the delivery address for the planned order.
Gg794248.privmethod(en-us,AX.60).gif findItemInVendorCompany Finds the item in the upstream vendor company.
Gg794248.pubmethod(en-us,AX.60).gif findProductNumber Finds the product number of the product that is associated with the item that is used in the planned order.
Gg794248.pubmethod(en-us,AX.60).gif getCustomerCWUnitOfMeasure Finds the unit of measure symbol that is used in the downstream customer company.
Gg794248.pubmethod(en-us,AX.60).gif getCustomerInventUnitOfMeasure Gets the unit of measure symbol that is used in the downstream customer company.
Gg794248.pubmethod(en-us,AX.60).gif getCustomerLegalEntityDescription Gets the description of the downstream customer company.
Gg794248.pubmethod(en-us,AX.60).gif getCustomerReqPlanId Gets the ID of the master plan in the downstream customer company.
Gg794248.pubmethod(en-us,AX.60).gif getCustomerSiteId Gets the site ID in the downstream customer company.
Gg794248.pubmethod(en-us,AX.60).gif getCustomerWarehouseId Gets the warehouse ID in the downstream customer company.
Gg794248.pubmethod(en-us,AX.60).gif getDimensionValue Gets the value of the product dimension.
Gg794248.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg794248.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg794248.pubmethod(en-us,AX.60).gif isDimensionActive Determines whether the specified product dimension is active.
Gg794248.pubmethod(en-us,AX.60).gif mustConvertWarehouseId Determines whether the warehouse dimension is coverage planned.
Gg794248.protmethod(en-us,AX.60).gif new Initializes a new instance of the ReqIntercompanyConversionUtil class.
Gg794248.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.)
Gg794248.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.)
Gg794248.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg794248.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg794248.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg794248.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg794248.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.)
Gg794248.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg794248.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg794248.pubmethod(en-us,AX.60).gif Gg794248.static(en-us,AX.60).gif ::construct Initializes a new instance of the ReqIntercompanyConversionUtil class.

Top

Inheritance Hierarchy

Object Class
  ReqIntercompanyConversionUtil Class