Testing Siebel Business Applications > Keywords Reference > Keywords Description >

HierarchicalList


You use the HierarchicalList keyword to expand and collapse the Hierarchical List applet, including both parent and child records based on the row number provided. You also use the keyword to obtain the total number of child records in the Hierarchical List applet.

Signature

The HierarchicalList keyword supports the following signature:

HierarchicalList(AppletRN|Rownum,Expand/Collapse/GetChildItemsCount|Variable)

Note the following about the HierarchicalList keyword signature:

  • Expand is for expanding the record.
  • Collapse is for collapsing the record.
  • GetChildItemsCount|@var is for expanding and taking a child count of the record irrespective of whether the record has a child or not.

Desktop Examples

The following table describes how to use the HierarchicalList keyword to expand, collapse and get the child count in desktop applications.

Target Object
Inputs
Closing Action
Comments

Order Entry - Line Item List Applet (Sales)|1

Expand

 

Expands the first record.

Order Entry - Line Item List Applet (Sales)|8

Collapse

 

Collapses the eighth record.

Order Entry - Line Item List Applet (Sales)|2

GetChildItemsCount|Variable

 

Expands the second record and reads the child count in the record.

Mobile Examples

The HierarchicalList keyword does not apply to mobile applications.

Testing Siebel Business Applications Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices.