Service COM form - Completing the Parameters tab
The rule type rule-service-COM is deprecated. Use Service dotNET rules instead.
Use the Parameters tab to define the COM Remote Interface and to specify the mappings between external data values and internal clipboard values. This includes a repeating group of input parameter mappings.
Specify the data types to provide a mapping from the external SOAP type onto the internal Pega Platform type. You can also map values from or to the parameter page.
If SOAP is to return data to the client after the service activity executes, specify a value in the Return Value fields. If the Return fields are blank, the DLL response contains no clipboard data.
Parameters List
Field | Description |
---|---|
In/Out |
Select whether the parameter passes data from the client application to the
Pega Platform, from the
Pega Platform
back
to the client application, or both:
|
Data Type |
Select the external data type of the parameter value:
String ,
Boolean ,
Long , or
Double .
|
Name | Enter the external name of the parameter. |
Map To |
Select how the system creates the input parameter values. The choice you make
for this field depends on what you select for Data Type :
If more choices appear, they each identify a custom function rule in a MapTo library. Review the function rule to determine what it does. |
Map To Key |
Identify a target for the choice you made in the Map To field:
|
Map From |
If In/Out is
Out
or both
In / Out , select
how the output data maps from the clipboard data:
If more choices appear, they identify a custom function rule in a
|
Map From Key |
Select a source for the choice you made in the Map From field:
|
Return Value
Field | Description |
---|---|
Return Value | |
Data Type | Select the external data type of the return value. |
Map From |
Select how the system maps the output data from the clipboard data. The choice
you make for this field depends on what you select for Data Type :
|
Map From Key |
Enter a source for the choice you made in the Map From field:
|