Create the Dynamic View Definition with Data Processor Method

Dynamic View Definition Items are used to add the Dynamic or Streaming Viewer icon to the sidebar so the Dynamic or Streaming Viewer can be opened for an Item of a type associated with the configured Tree Grid View Definition Context ItemType. They can also be used to assign an alternate Query Processor for use with the Dynamic View Definition.

The execution of an alternate Query Processor starts with the assigned, server-side Method. This is referred to as the ‘Data Processor Method’. Each Dynamic View Definition requires a ‘Data Processor Method’ to be assigned. The default Dynamic View Definition uses a default ‘Data Processor Method’ called by the dpn_GraphAPIQueryProcessor Method.

Note
The Default Query Processor will only work with the Default Query Definition or with Query Definitions that use the same Base Query for context ItemType: CAD

The existence of a Dynamic View Definition Item triggers the application of the configured Tree Grid View Definition and its associated Query Definition as explained in prior sections. The following sections describe the execution of the Query Processor and how to create a custom implementation.