RefreshRecord Method for a Business Component

The RefreshRecord method updates the currently highlighted record, including updating 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 Siebel client. This method does not return any information.

Format

retVal = BusComp.InvokeMethod("RefreshRecord")

No arguments are available.

Used With

To use this method, you can use a BusComp.InvokeMethod call with the following interfaces:

  • Browser Script

  • COM Data Control

  • Siebel Java Data Bean

  • Mobile Web Client Automation Server

  • Server Script

This method only works with a business component that uses the CSSBCBase class.