rbf_getSectionIdByTitle()

Warning: Support for using this method with external objects (such as those mapped to external tables, to OpenEdge Service objects, or through a HDP connection) is a beta feature. This method is supported in production systems, except for external objects.

Purpose

This function finds ID of section with given title or null if section not found. This ID can be used in rbf_setSectionCollapse and rbf_showOrHideSection API.

Important: For multi-lingual customers sectionTitle parameter must use customer's base language, not user selected language.

Syntax

rbf_getSectionIdByTitle(sectionTitle)

Parameters

sectionTitle

Title of section on current page

Note: This API is supported in portals as well.