Creating, viewing, and editing a Documentum query

To create, view, or edit a new query:

  1. Connect to WebAdmin.

  2. Click to expand the Documentum subnode and select the Query subnode.

    The Documentum Query screen appears.

  3. Select File > New > Documentum Query from the menu at the top of the Documentum Query screen.

    The Documentum Query Properties screen appears.

  4. Enter a name for the query in the Name: field.

  5. Enter a DQL statement for the query in the Query: field.

    You can use the $ARG expression when defining the DQL statement. For example:

    select r_object_id,object_name from dm_document where object_name =’$ARG1’...
    

  6. Click Execute at the far right of the Query: field.

  7. Click OK to save Documentum Query configuration.

    The Documetum Query screen reappears with the newly created Documentum query.

  8. Highlight the newly created Documentum query, right-click, and select Properties from the sub-menu.

    The Query Properties screen appears.

  9. Click Execute at the far right of the Query: field.