Go to documentation repository
Page History
...
- Specify the name of object type in the object_type field (1).
- Specify the name of parent type in the parent_type field (2).
- If the object type has child types, then set the has_child checkbox checked (3).
- Repeat steps 1-3 for all object types.
- Save a the file with any name and .xml extension in the Intellect installation directory using the File – Save command. For example, the "CUSTOM.xml" file name is recommended for the object shown on the picture above.
The XML file is now created. The file contents look like this:
...
In particular, the <include_parent_id>1</include_parent_id> parameter can be added for a child object. When setting this parameter to 1, the IDs of the child virtual objects will include the ID of the parent object. For example, if the a CUSTOM object has a child CUSTOM_CHILD, and the CUSTOM has ID = 3, then CUSTOM_CHILD objects will be created with the identifiers 3.1, 3.2, etc.
Overview
Content Tools