SetProperty Method for a Business Service

The SetProperty method sets a value in the property of a business service. This method does not return any information.

Format

oService.SetProperty(propName, propValue)

The following table describes the arguments for the SetProperty method.

Argument Description

propName

A string that contains the name of the property that Siebel CRM must modify.

propValue

A string that contains the value that Siebel CRM sets in the property that the propName argument identifies.

Usage

You can use the SetProperty method to set the value of a property of a business service from one of the methods of this business service or from an external object. For more information, see GetProperty Method for a Business Service.

Used With

Browser Script, COM Data Server, Siebel Java Data Bean, Mobile Web Client Automation Server, Server Script

Examples

For an example, see Service_PreInvokeMethod Event.