Find the Configuration ID and Object Id
When the Query Form is displayed, the user can click on the Autopop icon.
The following query finds the config id and object id, which is then used in the Contenta Server Find command. The Contenta Server Find command (which is executed using the Contenta API) returns the absolute location of the specified object in Contenta hierarchy.
SELECT DISTINCT cfg, child, child_rev
FROM parent_list, dict
WHERE child IN ('98','141','142','171') AND dict.eid = parent_list.parent;
'98, '141', '142', '171' are the object ids.
Find #cfgid/#objid
Using the information from the query and the Contenta Server Find command, a report is generated (example below). A user can double-click in the available object window or drag and drop into the Selected Objects pane to reuse the objects into the project.
Example: Auto Populate