IsMDNonOptimized
Syntax
IsMDNonOptimized()
Description
For master/detail and activity guide components, use the IsMDNonOptimized function to return a Boolean value whether the master/detail or activity guide wrapper is in non-optimized mode (that is, navigation to pages is presented in a drop-down list in the fluid banner, not in the left ...
IsMDRequest
Syntax
IsMDRequest()
Description
Use the IsMDRequest function to return a Boolean value indicating whether the request was initiated by a component from within the master/detail wrapper.
Important! Use this function within fluid applications only.
Parameters
None.
Returns
A Boolean value.
IsMDSearchEnabled
Syntax
IsMDSearchEnabled()
Description
Use the IsMDSearchEnabled function to return a Boolean value indicating whether the search type is set to Master/Detail for the current component.
Important! Use this function within fluid applications only.
Parameters
None.
Returns
A Boolean value.
IsMenuItemAuthorized
Syntax
IsMenuItemAuthorized(MENUNAME.menuname, BARNAME.barname, ITEMNAME.menuitem_name, PAGE.component_item_name[, action])
Description
The IsMenuItemAuthorized function returns True if the current user is allowed to access the specified menu item.
Note: You do not need to use this function to gray internal link pushbuttons/hyperlinks. This function is generally used for ...
IsMessageActive
Syntax
IsMessageActive(Message.Message_Name)
Description
Use the IsMessageActive built-in function to determine whether the specified message definition has been set to inactive in Application Designer.
Note: This function has been deprecated and remains for backward compatibility only. Use the IntBroker class IsOperationActive method instead.
Note: This function is used only ...
IsModal
Syntax
IsModal()
Description
The IsModal function returns True if executed from PeopleCode running in a modal secondary page and False if executed elsewhere. This function is useful in separating secondary page-specific logic from general PeopleCode logic.
Parameters
None.
Returns
A Boolean value.
IsModalComponent
Syntax
IsModalComponent()
Description
Use the IsModalComponent function to test whether a secondary component is currently executing, enabling you to write PeopleCode that only executes when a component has been called with DoModalComponent.
Parameters
None.
Returns
Returns a Boolean value: True if the current program is executing from a secondary component ...
IsModalPanelGroup
Syntax
IsModalPanelGroup()
Description
Use the IsModalPanelGroup function to test whether a secondary component is currently executing.
Note: The IsModalPanelGroup function is supported for compatibility with previous releases of PeopleTools. New applications should use the IsModalComponent function instead.
IsModeless
Syntax
IsModeless()
Description
Use the IsModeless function to return a Boolean value indicating whether the target content for the tile is currently being displayed in a modal windowâthat is, the Display In setting for the tile is set to Modal .
Important! Use this function within fluid applications only.
Parameters ...
IsNavBarEnabled
Syntax
IsNavBarEnabled()
Description
Use the IsNavBarEnabled function to return a Boolean value indicating whether the NavBar button is enabled on the component.
Important! Use this function within fluid applications only.
Parameters
None.
Returns
A Boolean value.