SysEDTMigration 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.) |
| findExistingRelations | Finds an existing relation in a table. |
| getAssociationType | Gets the relationship type of the relation between two tables. |
| getCardinality | Gets the Cardinality enumeration type of the relation to a table. |
| getEDTRelationRecIds | Gets a set of extended data type relations that link two tables. |
| getIndexType | Gets the index type of the index that covers the fields in an extended data type relation. |
| getRelatedTableCardinality | Gets the cardinality of the related table in the relation. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isEDTUsedInDeleteAction | Determines if the given extended data type relation is used in a delete action of the table. |
| markAsIgnoreEDTRelation | Sets the IgnoreEDTRelation property of a field to Yes. |
| migrateToExistingRelation | Migrates an extend data type relation to an existing relation in a table. |
| migrateToNewRelation | Migrates an extended data type relation to a new table relation. |
| new | |
| 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.) |
| scanDataSets | Populates the data sets that must be tested when extended data type relations are migrated. |
| scanEDTs | Populates the current extended data type into the SysEDTMigrationEDT table. |
| scanForms | Populates the forms that must be tested when extended data type relations are migrated. |
| scanQueries | Populates the queries that must be tested when extended data type relations are migrated. |
| scanRelations | Populates the extended data type relations that are used in all tables in the system. |
| scanRelationsForTable | Populates the existing extended data type relation in a table to the SysEDTMigrationRelation table. |
| scanTables | Populates information about all tables and views in the system. |
| scanXppReports | Populates the X++ reports that must to be tested when extended data type relations are migrated. |
| setLogFilePath | Sets the path for the log file. |
| 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.) |
| writeLog | Writes a message to the log file. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: