Hi DOJO,
I would like to create a service via code, using the class library. When I include an element to my service,
I need to 'select' the desired parameters via the ElementParamFilterConfiguration class:
Question: What is the format of the filter I need to provide, based on the filter typ: primary or display?
Thank you in advance
Hi Frederic,
The filter field is optional, and allows to select which rows should be included/excluded in the service in case of a table parameter.
The filter can be applied on the primary key or the display key of the rows. For more information see item 8.5 on this page: https://docs.dataminer.services/user-guide/Basic_Functionality/Services/Adding_a_service.html.
If you select a table parameter to include, a filter allows you to select the rows to be included in the service. You can select a row in the drop-down list, or specify a filter yourself. If you specify the filter, you can also select rows by primary key. For example, enter the filter *24* to include all rows of which the display key contains "24", or enter ^pk^*24* to include all rows of which the primary key contains "24".