Siebel Email Administration Guide > Business Service Methods for Siebel Email Response > Inbound Email Database Operations Business Service >

Input Arguments for Methods of Inbound Email Database Operations


Table 34 lists and describes the input arguments for each method of the Inbound Email Database Operations business service.

Table 34. Input Arguments for Inbound Email Database Operations Methods
Method
Input Argument Name
Comment

AttachFile

BusComp

Name of the attachment business component.

BusObj

Name of the business object.

ErrorMessage

Error message if an error occurs during method execution.

FatalErrCode

Error code if a fatal error occurs during method execution.

FileName

Name of the file to attach.

FilePath

Path of the file to attach.

DeleteRecord

BusComp

Name of the business component from which to delete a record.

BusObj

Name of the business object.

ErrorMessage

Error message if an error occurs during method execution.

FatalErrCode

Error code if a fatal error occurs during method execution.

ID

ID of the record to delete.

ExpandBCTemplate

BusComp

Name of the business component used to get values for template substitutions.

ReplyMessage

Reply message with the substituted values.

ReplyTemplate

Reply template.

FindRecord

BusComp

Name of the business component from which to find a record.

BusObj

Name of the business object.

ErrorMessage

Error message if an error occurs during method execution.

FatalErrCode

Error code if a fatal error occurs during method execution.

ID

ID of a found record.

QueryFields

List of comma-separated fields to query. Query values are passed in additional arguments, with one argument for each field.

ValueFields

List of comma-separated fields from which to get values. Each field is passed back in one output argument, with the name set to the field name, and the value set to the field value.

FindRecordEx

Contact Alternate Email Address

QueryField: Email Address

Alternate email address for the contact.

GetFieldValues

BusComp

Name of the business component from which to get record values.

BusObj

Name of the business object.

ErrorMessage

Error message if an error occurs during method execution.

FatalErrCode

Error code if a fatal error occurs during method execution.

ID

ID of record from which to get values.

IDField

Field on which to query for the ID.

ValueFields

List of comma-separated fields from which to get values. Each field is passed back in one output argument, with the name set to the field name, and the value set to the field value.

GetRecordList

BusComp

Name of the business component from which to get record values.

BusObj

Name of the business object.

ErrorMessage

Error message if an error occurs during method execution.

FatalErrCode

Error code if a fatal error occurs during method execution.

NumberofRows

Number of records returned. The default value is 10.

QueryFields

List of comma-separated fields on which to query. Query values are passed in the additional argument fields, with one argument for each field.

ValueFields

List of comma-separated fields from which to get values. Each field is passed back in one output argument, with the name set to the field name, and the value set to the field value.

InsertRecord

BusComp

Name of the business component to insert record into. Each field value to be set is passed as an additional input argument with the name set to Field: followed by the field name.

BusObj

Name of the business object.

ErrorMessage

Error message if an error occurs during method execution.

FatalErrCode

Error code if a fatal error occurs during method execution.

ID

ID of the new record if the insert is successful.

Siebel Email Administration Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.