InterCompanyCompany Class [AX 2012]

The InterCompanyCompany class creates a set of companies that are based on active intercompany trading relations for the company from which it is called.

Syntax

class InterCompanyCompany

Run On

Called

Methods

  Method Description
Gg724942.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg724942.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg724942.privmethod(en-us,AX.60).gif findRelatedCompanies
Gg724942.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg724942.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg724942.privmethod(en-us,AX.60).gif init
Gg724942.protmethod(en-us,AX.60).gif new Initializes a new instance of the InterCompanyCompany class.
Gg724942.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.)
Gg724942.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.)
Gg724942.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg724942.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg724942.protmethod(en-us,AX.60).gif parmCompanySet Gets or sets the CompanySet parameter.
Gg724942.privmethod(en-us,AX.60).gif relatedCustomerCompanies Finds companies that are related through customer records for the current company
Gg724942.privmethod(en-us,AX.60).gif relatedCustomerCompaniesComplete Find companies that are related through customer records for the originating company
Gg724942.privmethod(en-us,AX.60).gif relatedVendorCompanies Find companies that are related through vendor records for the current company
Gg724942.privmethod(en-us,AX.60).gif relatedVendorCompaniesComplete Find companies that are related through vendor records for the originating company
Gg724942.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg724942.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg724942.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.)
Gg724942.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg724942.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg724942.protmethod(en-us,AX.60).gif Gg724942.static(en-us,AX.60).gif ::construct Initializes a new instance of the InterCompanyCompany class.
Gg724942.pubmethod(en-us,AX.60).gif Gg724942.static(en-us,AX.60).gif ::interCompanyRelatedCompanies Creates a set of companies that are based on active intercompany trading relations for the company from which it is called.

Top

Remarks

The map is used by the intercompany master scheduling, to decide which companies to include in the scheduling.

Inheritance Hierarchy

Object Class
  InterCompanyCompany Class

See Also

InterCompanyReqCalcSchedule Class