Property description

The userRelationTypes property under object types, add specific user relations to the object type (OT).

Tip

Configuring user relations at this level does not make them visible. To display user relations, you must add them to the object type’s main template.

Minimal JSON

Minima JSONExample JSON
{ "key": "" }"objectTypes": [ { "key": "model", ..., "userRelationTypes": [ { "key": "solution_architect", "isSingleValue": false }, { "key": "analyst", "isSingleValue": false } ] } ] Example taken from the core_data_model package.

Nested properties

PropertyDescriptionValuesMandatory
keyKey of the user relation type that can be assigned to the object type.stringYes
conditionsArray of user relation type conditions.arrayNo
featuresArray of user relation type features. Features defined at this level apply only to this particular object type, not globally.arrayNo
isReadOnlyDetermines whether users can edit the attribute (primarily used for scanned applications).booleanNo
isSingleValueDetermines whether only one user can be assigned a specific user relation type.booleanNo