Parse Method
Parse is one of the methods of the Data Cleansing business service. This method returns the cleansed field data. For more information about business services and methods, see Siebel Developer's Reference.
Arguments
Parse arguments are listed in the following table.
Argument Name | Display Name | Input or Output | Data Type | Description | Required? |
---|---|---|---|---|---|
BusComp Name |
Bus Comp Name |
Input |
String |
The name of the business component. |
No |
Input Field Values |
Input Field Values |
Input |
Hierarchy |
A list of field values. |
Yes |
Output Field Values |
Output Field Values |
Output |
Hierarchy |
A list of field values. |
Yes |
Return Value
Child name values are Field Name and Field Date.
Usage
This method is used following the Get Siebel Fields method in the process of cleansing data in real time.
Called From
Any means by which you can call business service methods, such as with Siebel Workflow or Siebel eScript. For more information about Siebel Workflow, see Siebel Business Process Framework: Workflow Guide.