Interface 0 EOS004 IServiceConnection
An interface for implementing a service connection with a dynamic set of secret and non-secret configuration parameters.
procedure GetConfigurationKeys(): List of [Text[250]]
Return a list of all non-secret configuration key names that are required to configure the implemented service.
Returns List[Text]
The list of key names.
procedure GetSecretConfigurationKeys(): List of [Text[250]]
Return a list of all secret configuration key names that are required to configure the implemented service. Secret configuration keys are masked in the user interface and are not immediately shown to the user.
Returns List[Text]
The list of key names.
procedure Initialize(ServiceConfig: Record "EOS004 Service Config.")
Initializes the service connection with a given service configuration.
ServiceConfig Record "EOS004 Service Config."
The service configuration.
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.