Data Set Service Type

This service type lets you create Data Set logic within assemblies. You can do this by choosing this service type or by choosing the Dashboard Data Set business rule type. These rules are usually queries and return data to data adapters and parameters using a method query.

Create this file after creating the Service Factory file and after the appropriate lines of code have been uncommented. Here is an example of a data set service type in C#:

Given the changes in the code, you would configure the dashboard service file in the following way:

NOTE: The file name should match the return function in the Service Factory file.

The following is an example of an assembly file that creates a grid of potential values you might see based on a selection. The assembly file activates when you click on an icon.

This runs through a method query data adapter that populates the grid component.

The syntax for referencing this object is {WS}{DataSet}{Parameter1=Value1}.

The syntax for using the Assembly Service on the Maintenance level is {WSMU}{DataSet}{Parameter1=Value1}.