pem.setExternalSystemConfig
This method is supported by Operations starting from version 2.9
This method changes a configuration of the External System specified.
Notes:
1. Configuration properties are validated by the corresponding External System plug-in.
2. External System plug-in may not have the configuration properties. Thus, this method should not be used for such plug-ins.
The method has the following input parameters:
Name |
Type |
Short Description |
---|---|---|
|
string |
The name of the External System. |
|
array of struct |
Array of configuration properties. A property is a pair of the |
|
string |
Configuration property name. |
|
string |
Configuration property value. |
The method has no output parameters.