SQL Table Editor Service Type

This service type lets you create SqlTableEditorSaveData function type in a dashboard extender rule within assemblies. You can do this either by choosing this service type or by choosing the Dashboard Extender business rule type. These rules are generally used to perform custom tasks in workspaces, such as saving actions within the SQL Table Editor component.

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

Sample Service Factory with SQL Table Editor that has a yellow highlight line on lines 49-50.

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

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

The syntax for referencing this object is {WS}{FunctionName}{Parameter1=Value1}, similar to the Dashboard service type and the Component service type.