Group of profile subcategories that is owned by a client.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| displayName | string | element | 0/1 | The label for the category | |
| displayOrder | int | element | 0/1 | The order in which to display the category in relation to other categories. | |
| headerText | string | element | 0/1 | ||
| boolean | element | 0/1 | Should this category be hidden from the user? | ||
| profileFieldCategoryId | long | element | 0/1 | ||
| subcategories | list of clientProfileFieldSubcategory | element | 0/unbounded | Subcategories that are owned by this category | |
Properties inherited from baseHibernateEntity |
|||||
| id | long | element | 0/1 | The unique internal ID of the object. | |
| version | long | element | 0/1 | For internal use only. This is the serialization recorder for optimistic locking of several objects between sessions. | |
Properties inherited from baseEntity |
|||||
| violations | list of simpleViolation | element | 0/unbounded | A list of constraint violations, if any, that this object has. | |
Example
<clientProfileFieldCategory>
<displayName>...</displayName>
<subcategories>
<displayName>...</displayName>
<fields>
<inputType/>
<fieldType/>
<displayName>...</displayName>
<displayOrder>...</displayOrder>
<hidden>...</hidden>
<readOnly>...</readOnly>
<defaultValue>...</defaultValue>
<selectValues/>
<required>...</required>
<requiredInGroup>...</requiredInGroup>
<minLength>...</minLength>
<maxLength>...</maxLength>
<shouldMask>...</shouldMask>
<maskBeginIndex>...</maskBeginIndex>
<maskEndIndex>...</maskEndIndex>
<addressType/>
<customFieldName>...</customFieldName>
<transform>...</transform>
<preferred>...</preferred>
<encrypted>...</encrypted>
<fieldVisibility/>
<setOnUserCreation>...</setOnUserCreation>
<composite>...</composite>
<childFields/>
</fields>
<displayOrder>...</displayOrder>
<hidden>...</hidden>
<multipleInstances>...</multipleInstances>
<headerText>...</headerText>
<profileFieldSubcategoryId>...</profileFieldSubcategoryId>
<id>...</id>
<version>...</version>
</subcategories>
<displayOrder>...</displayOrder>
<hidden>...</hidden>
<headerText>...</headerText>
<profileFieldCategoryId>...</profileFieldCategoryId>
<id>...</id>
<version>...</version>
<violations/>
</clientProfileFieldCategory>