PCTableConstraintGlobalUpdateHandler Class [AX 2012]
The PCTableConstraintGlobalUpdateHandler class updates a user-defined table constraint.
| Method | Description | |
|---|---|---|
| addColumn | Adds a column to the update handler. |
| addRowRecId | Adds the record ID of a table constraint row to the update handler. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| deleteRows | Deletes all the rows that were not updated. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| existsColumnName | Indicates whether the specified column name has already been added to the update handler. |
| existsRowRecId | Indicates whether the column name has already been added to the update handler. |
| findEnumValue | Finds an enumeration value. |
| getColumnDataTypeByName | Retrieves the data type of the specified table constraint column. |
| getColumnRecIdByName | Retrieves the record ID of the specified table constraint column. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| insertCellValue | Inserts a cell value. |
| new | Initializes a new instance of the PCTableConstraintGlobalUpdateHandler class. |
| 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.) |
| printEnumValues | Prints the enumeration values to the Infolog. |
| removeRowRecId | Removes the record ID of a table constraint row from the update handler. |
| rowCount | Retrieves the number of rows that were added to the update handler. |
| 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.) |
| update | Updates the table constraint. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateIntValueIsWithinBounds | Validates that the given Integer value is in the accepted bounds that are defined by the associated attribute type. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| xml2EcoResBool | Converts a string value to an AttributeValueBoolean value. |
| ::construct | Initializes a new instance of the PCTableConstraintGlobalUpdateHandler class. |
Community Additions
ADD
Show: