Testing Siebel Business Applications > Functional Test Object Reference > Common Test Automation Object Methods >

GetUIName Method


The GetUIName method returns the UIName of the object that has the specified RepositoryName.

Available from

SiebMenu Object, SiebPageTabs Object, SiebScreenViews Object, SiebToolbar Object, SiebViewApplets Object

Syntax A (SiebMenu Object, SiebToolbar Object, SiebViewApplets Object)

GetUIName (RepName)

Argument
Description

RepName

A String that indicates the RepositoryName of the object.

Syntax B (SiebPageTabs Object)

GetUIName (RepName, [NavType])

Argument
Description

RepName

A String that indicates the RepositoryName of the PageTab or View object.

NavType

A String that indicates the type of navigation object (Screen for a PageTab object, or View for a View object).

Syntax C (SiebScreenViews Object)

GetUIName (RepName, Level)

Argument
Description

RepName

A String that indicates the RepositoryName of the object

Level

A String that indicates the level (L2, L3, or L4) of the object

Returns

A String indicating the UIName (display name in the user interface) of the object. For the SiebMenu object, submenu items are delimited by // (two slashes).

Testing Siebel Business Applications Copyright © 2006, Oracle. All rights reserved.