GetDetailsPageName

This event is triggered by ALM to retrieve the name of the page (tab) that has the index number specified in PageNum in the following dialog boxes:

  • The Details dialog box for an entity

  • The New <entity> dialog box for an entity

You can add code to this event procedure to customize the tab names for the Details dialog box. For example, see Example: Changing Tab Names.

Syntax

GetDetailsPageName(PageName, PageNum)

where PageName is the default page (tab) name (for example, Page 1) and PageNum is the page (tab) number.

Note: The page number is the absolute page number, regardless of the page's relative position in relation to the other displayed pages in the dialog box.

Type

Function

Returns

String containing the page name

Availability

GetDetailsPageName (all modules)