Siebel Data Quality Administration Guide > Using Siebel Data Quality > Calling Data Matching and Data Cleansing from Scripts or Workflows >

Data Cleansing Business Service Methods


This topic describes the following data cleansing business service methods:

Scenario for Data Cleansing Using Data Cleansing Business Service Methods gives one example of how you can call the data cleansing business service methods.

Get Siebel Fields Method

Get Siebel Fields is one of the methods of the Data Cleansing business service. This method returns a list of cleansed fields for a given business component.

For more information about business services and methods, see Siebel Developer's Reference.

Arguments

Get Siebel Fields arguments are listed in Table 26.

Table 26. Get Siebel Fields Arguments
Argument
Name
Display Name
Input/
Output
Data
Type
Required?
Description

BusComp Name

Bus Comp Name

Input

String

No

The name of the business component.

Field Names

Field Names

Output

Hierarchy

Yes

The name of the hierarchy.

Return Value

Child values: Name of the properties are Field 1, Field 2, and so on and the corresponding values are Field Name.

Usage

This method is used with the Parse method in the process of cleansing data in real time, and it is used with the Parse All function in the process of using a batch job to cleanse data.

Called From

Any means by which you can call business service methods, such as with Siebel Workflow or Siebel eScript.     

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 Table 27.

Table 27. Parse Arguments
Argument
Name
Display Name
Input/
Output
Data
Type
Required?
Description

BusComp Name

Bus Comp Name

Input

String

No

The name of the business component.

Input Field Values

Input Field Values

Input

Hierarchy

Yes

A list of field values.

Output Field Values

Output Field Values

Output

Hierarchy

Yes

A list of field values.

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 Designer Administration Guide.

Siebel Data Quality Administration Guide Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.