Siebel Data Quality Administration Guide > Administering 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: Get Siebel Fields Method and Parse Method. 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 24.

Table 24. Get Siebel Fields Arguments
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

Field Names

Field Names

Output

Hierarchy

The name of the hierarchy.

Yes

Return Value

Child values: Name of the properties are Field 1, Field 2, and so on and 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 25.

Table 25. Parse Arguments
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.    

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