Hi all , in my previous post http://siebelfoundation.blogspot.com/2015/06/siebel-operations-using-inbound-e-mail.html i described how tosearch for a record using the Business service ,this BS can also be used for updating a record.
Documentation related to Update Record operation of the BS is not given in bookshelf ,we need to give the following inputs.
Method : UpdateRecord
Business Service : Inbound E-mail Database Operations
The Following inputs need to be passed
Documentation related to Update Record operation of the BS is not given in bookshelf ,we need to give the following inputs.
Method : UpdateRecord
Business Service : Inbound E-mail Database Operations
The Following inputs need to be passed
Input Argument
| |
BusComp
|
Name of Business Component
|
BusObject
|
Name of Business Object
|
Id
|
Id of Record to Query
|
Field: Status
|
Field to update
|
The limitation of the method is that we have to query using Row Id only.
Hope this was helpful .. Cheers..