GetReqDetailsPageName
This event is triggered by ALM to retrieve the name of the Requirement Details 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 Requirement Details dialog box. For example, see Example: Changing Tab Names.
Syntax |
GetReqDetailsPageName(PageName, PageNum) where PageName is the default page (tab) name (for example,
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 |
|
Note: The GetReqDetailsPageName 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.