Get a reference from TDConnection.Customization.
Limitation in use of CustomizationRBT
When using the RBT Property to get a CustomizationRBT reference, a limitation applies:
If a CustomizationRBTQuestion is created, the change must be committed or explicitly rolled back.
Releasing the references to the Customization, CustomizationRBT, or CustomizationRBTQuestion does not necessarily delete all record of the transaction. Future attempts to work with the objects may result in exceptions on duplicate questions or questions with no answers.
Commit | Posts all customization data changes to the project database. |
IncrementServerVersion | Explicitly increments the server's customization version. |
Load | Loads all customization data from the server into the client cache. This includes actions, fields, lists, modules, permissions, users, and user groups. |
LockObject | Locks the object. Returns True if the object has been changed on the server. |
Rollback | Discards unsaved changes to properties and child objects. |
UnLockObject | Unlocks the object. |
Actions | The CustomizationActions object. |
CustomizableEntitiesTables | Returns the list of the customizable entities' table names. |
EntityAttributes | Returns the ICustomizationEntityAttributes object. |
EntityDataTables | Returns the names of the data tables that have a user label defined as comma-separated pairs of table names and user labels. |
ExtendedUDFSupport | Checks if the program can use the maximum allowable user-defined fields (99 user-defined fields and 3 memo fields). |
Fields | The CustomizationFields object. |
IsChanged | Checks if there has been at least one change to a property or child object that has not been saved. |
IsLocked | Checks if object is locked for editing. |
Lists | The CustomizationLists object. |
MailConditions | The CustomizationMailConditions object. |
Modules | The CustomizationModules object. |
Permissions | The CustomizationPermissions object. |
RBT | Returns the CustomizationRBT object. |
SupportsDataHidingFilterEntitiesTables | Returns names of the entities' tables that support data hiding filter. |
SupportsHistoryEntitiesTables | Returns names of the entities' tables that support history. |
SupportsMultivalueEntitiesTables | Returns names of the entities' tables that support multivalue. |
SupportWorkflowEntitiesTables | Returns names of the entities' tables that support workflow. |
Types | Returns the CustomizationTypes object. |
Users | The CustomizationUsers object. |
UsersGroups | The CustomizationUsersGroups object. |
Workflow | Returns the CustomizationWorkflow object. |