Customer-defined data maintenance forms

The maintenance forms listed below contain the data types and data records for customer-defined data and DBLookups. These maintenance forms are hidden by default. They can be exposed by configuring security group permissions for the Client Data folder.

Custom Data Type
Defines the types of custom data that can be created and the column names. Names of custom data types and all columns within a custom data type must be unique and cannot be changed once a custom data type is created. Corresponds with the WB_CUSTOM_DATA_TYPE table in the database.
Custom Data
Contains custom data records that are created for one of the defined custom data types. Custom data records can be updated after creation. Corresponds with the WB_CUSTOM_DATA table in the database.
Custom Lookup Data Type
Defines the types of custom data lookups that can be created and the column names. Names of custom data lookup types and all columns within a custom data lookup type must be unique and cannot be changed once a custom data lookup type is created. Corresponds with the WB_CUSTOM_LOOKUP_DATA_TYPE table in the database.
Custom Lookup Data
Contains custom data lookup records that are created for one of the defined custom data lookup types. Custom data lookup records can be updated after creation. Corresponds with the WB_CUSTOM_LOOKUP_DATA table in the database.