Display the New Query Window
To display the Select Fields for Query Form dialog box, the Contenta API is used to execute the following Contenta Server commands:
select idpath
list object_types [PROJECT]
- The idpath is the absolute location of the object in Contenta hierarchy.
- The select command changes the focus to the Contenta object described by idpath.
- list object_types lists all available objects in the database and their types that can be created under the selected object.
- In this Contenta Server command, [PROJECT] is variable. The value can be a Custom project type.
- If the report is launched outside the Contenta Explorer application then all the object types are listed.