Input Parameters property
Home –> Reference –> Parent Shape –> SDK Parameters Configuration
Once a message has been selected, it’s possible to configure Input parameters associated to it. To configure, just click on ellipsis button in “InputParameter” section, then a popup window like following is displayed:
There are 4 columns for each supported parameter
- SDK Param: Parameter name acording to SDK documentation
- Type: parameter type; it can be primitive (string, decima^, bool,…) or complex (such Entity, Entity Reference,…)
- Name: parameters property name; in the case of primitive type is the same as SDK Param, in complex types is the name of property
- Value: value that will be sent; it’s possible to type a value or use an existing custom attribute
Output Parameters property
Once a message has been selected, it’s possible to configure Output parameters associated to it. To configure, just click on ellipsis button in “OutputParameter” section, then a popup window like following is displayed:
There are 4 columns for each supported parameter
- SDK Param: Parameter name acording to SDK documentation
- Type: parameter type; it can be primitive (string, decima^, bool,…) or complex (such Entity, Entity Reference,…)
- Name: parameters property name; in the case of primitive type is the same as SDK Param, in complex types is the name of property
- Variable Name: name of the variable where output message parameter will be written.