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. The following table shows the input arguments for UpdateRecord.

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.

The following table shows the output PropertySet argument for UpdateRecord, which returns the row ID of the newly created record.

Output Argument Description

Id

The row ID of the newly created record.