GetNextProperty Method for a Business Service
The GetNextProperty method returns a string that contains the name of the next property of a business service. If no more properties exist, then this method returns an empty string.
Format
oService.GetNextProperty()
No arguments are available.
Usage for the GetNextProperty Method
After you call the GetFirstProperty method to return the name of the first property of a business service, you can call the GetNextProperty to return the name of the next property. This next property is the next property that is defined for a business service after the first property.
You can use the GetNextProperty consecutively to cycle through all the properties of a business service until no more properties exist, at which point Siebel CRM returns an empty string.
Usage for the GetNextProperty is similar to usage for the GetFirstProperty method. For more information, see Usage for a Method that Gets a Business Service Property in GetFirstProperty 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 examples, see Example of Using Methods that Return a Business Service Property in GetFirstProperty Method for a Business Service.