Skip to main content

OBJTYPEFLAGS

Object type flags (bitfields).

NameDescriptionType
allSpecifies all flags set; Including any future flags.boolean
can_have_filesCan objects have files?boolean
can_add_itemsIs adding a new object allowed?boolean
is_externalIs external object type?boolean
show_new_object_command_in_task_paneShow the creation command for this type in the task pane?boolean
is_external_connection_disabledIs external connection currently disabled?boolean
is_translatableCan the contents of value list or object type be translated?boolean
is_separate_property_storageIs object type specific property storage for searches? // TODO: Usage by client unclear.boolean
disallow_as_grouping_levelIs using this object type as a grouping level in views disallowed?boolean

Example

{
"all": false,
"can_have_files": false,
"can_add_items": false,
"is_external": false,
"show_new_object_command_in_task_pane": false,
"is_external_connection_disabled": false,
"is_translatable": false,
"is_separate_property_storage": false,
"disallow_as_grouping_level": false
}