Siebel Chat Guide > Methods for Customizing Siebel Chat Process Flow and Interface Functionality > Methods for Customizing Siebel Chat Process Flow and Interface Functionality >

UpdateRecord


This method is used to update an existing record and a specific business component. You must provide the row ID as input and the field value pairs to be updated. Table 42 shows the input arguments for UpdateRecord.

Table 42. UpdateRecord Method: Input Arguments
Input Argument
Description

BusObj

The business object name.

BusComp

The business component name.

Id

The row ID of the record to be updated.

Field: XXX

The fields to be updated; replace XXX with the field name.

Use Locale [optional]

A value of True or False indicates if the value must be formatted.

Table 43 shows the output PropertySet argument for UpdateRecord, which returns the row ID of the newly created record.

Table 43. UpdateRecord Method: Output Argument
Output Argument
Description

Id

The row ID of the newly created record.

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