Documentation Index

Fetch the complete documentation index at: https://docs.staedean.com/llms.txt

Use this file to discover all available pages before exploring further.

Develop custom parameter value class

Prev Next

To define a web service parameter value, you can use a custom class to return a parameter value.

You can use a custom parameter value class to return web service parameters for validation rules and action rules of type Web service

The custom parameter value class must extend the DQSWebServiceParametersBase base class. This custom class must have at least one return method that returns a value.