xRefCreate Class [AX 2012]
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::clientSideNode | Determines whether the node that is being processed by the cross reference infrastructure is client-side. |
| ::findNode | Gets property and path information for nodes that are only available client-side. |
| ::findReferences | Creates a list object filled with xRef information. |
| ::findXRefPathRecId | Gets the record ID for the specified AOT path. |
| ::getXRefAll | Determines whether the cross reference operation has been executed over the complete AOT. |
| ::includeInXRef | Filters invalid xRef results before they are added. |
| ::insertxReferences | Pulls the xRef data from the cache that will be inserted into the xRefReferences table. |
| ::makeTmp | Inserts xRef information into temporary table for viewing. |
| ::setXRefAll | Sets a global variable that enables xRef to be generated across the AOT. |
| ::updateDBReferences | Adds the xRef data to the xRefReferences table. |
| ::updateDBReferencesPack | Creates a map from the specified container. |
| ::updateReferences | Builds a map of xRef information. |
| ::xRefUpdate | Provides an entry point to update the references for the specified path. |
Community Additions
ADD
Show: