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 |
---|---|
|
The business object name. |
|
The business component name. |
|
The row ID of the record to be updated. |
|
The fields to be updated; replace XXX with the field name. |
|
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 |
---|---|
|
The row ID of the newly created record. |