Siebel Object Interfaces Reference > Interfaces Reference > Business Service Methods >

Name Method


The Name property contains the name of the service.

Syntax

oService.Name

Argument
Description

Not applicable

 

Returns

A string containing the service name

Used With

Browser Script, COM Data Control, COM Data Server, Java Data Bean, Mobile/Dedicated Web Client Automation Server, Server Script, Web Client Automation Server

Example

The following example is in Browser Script.

var svc = theApplication().GetService("Data Quality Manager"):
TheApplication().SWEAlert("The active service is " + svc.Name());

Siebel Object Interfaces Reference