RefreshRecord Method
The RefreshRecord method updates the currently highlighted record and the business component fields in the Siebel client. It positions the cursor on the highlighted record. It does not update other records that are currently available in the client. This method returns nothing.
It uses the following syntax:
BusComp.InvokeMethod("RefreshRecord ")
For example:
currRetValue=buscomp.InvokeMethod("RefreshRecord");
retObj=currRetValue;
if (!retObj.err){ }
It includes no arguments.