IsFluidSearchStart
Syntax
IsFluidSearchStart()
Description
Use the IsFluidSearchStart function to return a Boolean value indicating whether the user has already run a search on this component.
Important! Use this function within fluid applications only.
Parameters
None.
Returns
A Boolean value.
IsGroupletInteractive
Syntax
IsGroupletInteractive()
Description
Use the IsGroupletInteractive function to return a Boolean value indicating whether the fluid component running as a grouplet request is an interactive grouplet (or tile).
Important! Use this function within fluid applications only.
Parameters
None
Returns
A Boolean value.
IsGroupletRequest
Syntax
IsGroupletRequest()
Description
Use the IsGroupletRequest function to return a Boolean value indicating whether the request was initiated by a grouplet, a tile, or a regular component.
Important! Use this function within fluid applications only.
Parameters
None.
Returns
A Boolean value: True when the request was initiated by a grouplet ...
IsHidden
Syntax
IsHidden(scrollpath, target_row)
Where scrollpath is:
[RECORD.level1_recname, level1_row, [RECORD.level2_recname, level2_row, ] RECORD.target_recname
To prevent ambiguous references, you can also use SCROLL. scrollname , where scrollname is the same as the scroll levelâs primary record name.
Description
Use the IsHidden function to verify whether a row is hidden ...
IsHomeEnabled
Syntax
IsHomeEnabled()
Description
Use the IsHomeEnabled function to return a Boolean value indicating whether the Home button is enabled on the component.
Important! Use this function within fluid applications only.
Parameters
None.
Returns
A Boolean value.
IsIScriptAuthorized
Syntax
IsIScriptAuthorized(RECORD_NAME,FIELD_NAME, Event_Name, Function_Name[, action])
Description
The IsIScriptAuthorized function returns a Boolean value indicating whether the current user is allowed to access the specified iScript.
Note: The PeopleSoft Administrator role implicitly has access to all iScripts; therefore, this function always returns True for users with this role.
Parameters ...
IsLogoutEnabled
Syntax
IsLogoutEnabled()
Description
Use the IsLogoutEnabled function to return a Boolean value indicating whether the Logout button is enabled on the component.
Important! Use this function within fluid applications only.
Parameters
None.
Returns
A Boolean value.
IsMDComponent
Syntax
IsMDComponent()
Description
Use the IsMDComponent function to return a Boolean value indicating whether the component type is set to Master/Detail on the Fluid tab.
Important! Use this function within fluid applications only.
Parameters
None.
Returns
A Boolean value.
IsMDGuided
Syntax
IsMDGuided()
Description
For master/detail and activity guide components, use the IsMDGuided function to return a Boolean value indicating whether the master/detail or activity guide wrapper is in guided mode (that is, Previous and Next are displayed in the fluid banner). The default value is False; non-guided mode ...
IsMDListPopup
Syntax
IsMDListPopup()
Description
For master/detail and activity guide components, use the IsMDListPopup 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 ...