Name Method for a Business Service
The Name method returns a string that contains the name of a business service.
Format
oService.Name
No arguments are available.
Used With
Browser Script, COM Data Control, COM Data Server, Siebel Java Data Bean, Mobile Web Client Automation Server, Server Script
Examples
The following example is in Browser Script:
var svc = theApplication().GetService("Data Quality Manager"):
theApplication().SWEAlert("The active service is " + svc.Name());