ICustomization Interface
Description
Services to perform customization tasks, such as adding users to user groups, defining user-defined fields, and defining user access privileges.
Public Methods
Public Method CommitPosts all customization data changes to the project database.
Public Method LoadLoads all customization data from the server into the client cache. This includes actions, fields, lists, modules, permissions, users, and user groups.
Public Method LockObjectLocks the object. Returns True if the object has been changed on the server.
Public Method UnLockObjectUnlocks the object.
Public Properties
Public Property ActionsThe CustomizationActions object.
Public Property ExtendedUDFSupportChecks if the program can use the maximum allowable user-defined fields (99 user-defined fields and 3 memo fields).
Public Property FieldsThe CustomizationFields object.
Public Property IsLockedChecks if object is locked for editing.
Public Property ListsThe CustomizationLists object.
Public Property MailConditionsThe CustomizationMailConditions object.
Public Property ModulesThe CustomizationModules object.
Public Property PermissionsThe CustomizationPermissions object.
Public Property UsersThe CustomizationUsers object.
Public Property UsersGroupsThe CustomizationUsersGroups object.
See Also