Use action rules to set field values in D365 FO.
Name | Responsible | Description |
---|---|---|
Develop custom response or request handler class |
Developer |
For a web service, you can use a custom class to define the:
The custom class must extend the DQSWebServiceCustomFormatBase base class.
|
Set up web service |
Data quality administrator |
You can use a web service in:
To set up a web service validation rule or action rule, first set up the web service to be used. You can find most of the required values to be set for the web service in the technical documentation as shared by the web service provider. |
Develop custom parameter value class |
Developer |
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. |
Set up action rule of type Web service |
Data quality administrator |
Use action rules to set field values in D365 FO. To set a field value, you can use several action types. This topic explains how to set up an action rule of type Web service.
Use a web service action rule to get a field value from another internal or external source, using a web service, and set this value in the target field of the action rule.
Before you can set up a web service action rule, set up the web service to be used.
You can set up a web service action rule in several ways. For a parameter of type:
|