Application Integration
- Application Integration
- All Products
global class icrtStep_EchoService implements IAeAutomatedStepService { global AeServiceDescription describe() { // called during synchronization } global AeServiceResponse invoke(AeServiceRequest aRequest) { // called at runtime } }
global AeServiceDescription.AeServiceParameterDesc output = sDescription.addOutputParameterDesc('objOutput', 'reference'); output.addParameterOption('referenceTo','Account');
Field
| Description
|
---|---|
serviceType
| Type of service , either a service step or a search.
|
namespaceQualifier
| Organization-specific namespace.
|
name
| Service class name.
|
displayName
| Name displayed to the user.
|
description
| Text describing the service.
|
inputParameter (0..n)
| List of input parameter descriptions.
(AeServiceDescription.AeParameterDesc)
|
outputParameter (0..n)
| List of output parameter descriptions.
(AeServiceDescription.AeParameterDesc)
|
Parameter
| Description
|
---|---|
objectId
| ID of the Applies To object from the host's context.
|
objectType
| Type of the Applies To object from the host's context.
|
parameter (0..n)
| List of AeServiceParameter name/value pairs.
|
Field
| Description
|
---|---|
parameter (0..n)
| List of AeServiceParameter name/value pairs.
|
errorInfo.AeErrorInfo
| Conveys error information. Use this to relay error information instead of throwing an uncaught fault within your service
|
errorInfo.errorMessage
| Error message.
|
errorInfo.invalidData
| Field-level error details.
|