IsFluidSearchStart

Mon 01 January 2018

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.

read more

IsGroupletInteractive

Mon 01 January 2018

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.

read more

IsGroupletRequest

Mon 01 January 2018

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 ...

read more

IsHidden

Mon 01 January 2018

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 ...

read more

IsHomeEnabled

Mon 01 January 2018

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.

read more

IsIScriptAuthorized

Mon 01 January 2018

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 ...

read more

IsLogoutEnabled

Mon 01 January 2018

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.

read more

IsMDComponent

Mon 01 January 2018

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.

read more

IsMDGuided

Mon 01 January 2018

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 ...

read more

IsMDListPopup

Mon 01 January 2018

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 ...

read more