RemoveProperty Method for a Business Service

The RemoveProperty method removes a property from a business service. This method does not return any information.

Format

oService.RemoveProperty(propName)

The following table describes the arguments for the RemoveProperty method.

Argument Description

propName

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

Usage

This method removes the property that the propName argument identifies from the business service that the oService parameter specifies. As a result, a subsequent call to the PropertyExists method for that property returns FALSE. For more information, see PropertyExists Method for a Business Service.

Used With

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