GetNewReqPageName

This event is triggered by ALM to retrieve the name of the New Requirement dialog box page (tab) that has the index number specified in PageNum.

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

Syntax

GetNewReqPageName(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 New Defect dialog box.

Type

Function

Returns

String containing the page name

Availability

GetNewReqPageName

Note: The GetNewReqPageName event is not listed in the Scripts Tree of the Script Editor. This event is triggered for backward compatibility purposes only. GetDetailsPageName should be used instead.