IsSearchDialog

Mon 01 January 2018

Syntax

IsSearchDialog()

Description

Use the IsSearchDialog function to determine whether a search dialog, add dialog, or data entry dialog box is currently executing. Use it to make processes conditional on whether a search dialog box is running.

Returns

Returns a Boolean value: True if a search dialog box is executing ...

read more

IsSearchEnabled

Mon 01 January 2018

Syntax

IsSearchEnabled()

Description

Important! In PeopleTools 8.55 or later, use either the IsMDSearchEnabled function or the IsStandardSearchEnabled function instead to determine which type of search is enabled.

Use the IsSearchEnabled function to return a Boolean value indicating whether search is enabled on the component.

Important! Use this function within ...

read more

IsSingleComponentAG

Mon 01 January 2018

Syntax

IsSingleComponentAG()

Description

Use the IsSingleComponentAG function to return a Boolean value indicating whether this is a single component activity guide. This function can be invoked from the activity guide wrapper component as well as from the single component that comprises the action items (that is, the pages within that ...

read more

IsSingleUnitOfWork

Mon 01 January 2018

Syntax

IsSingleUnitOfWork()

Description

Use the IsSingleUnitOfWork function to return a Boolean value indicating whether this is a single unit of work activity guide. This function can be invoked from the activity guide wrapper component as well as from any of the components that are defined as action items. The default ...

read more

IsSmallFFOptimized

Mon 01 January 2018

Syntax

IsSmallFFOptimized()

Description

Use the IsSmallFFOptimized function return a boolean value indicating whether the tile for this content reference definition has been designated to display on smart phones. If this function returns False, this tile will not be available when the user is signed in on small form factor devices ...

read more

IsStandardSearchEnabled

Mon 01 January 2018

Syntax

IsStandardSearchEnabled()

Description

Use the IsStandardSearchEnabled function to return a Boolean value indicating whether the search type is set to Standard for the current component.

Important! Use this function within fluid applications only.

Parameters

None.

Returns

A Boolean value.

read more

IsTime

Mon 01 January 2018

Syntax

IsTime(Value)

Description

Use the IsTime function to determine if Value contains a valid Time.

You can use this function when you want to determine if a value is compatible with the Time function.

Parameters

Field or Control

Definition

Value

Specify either a string or number you want to ...

read more

IsUserInPermissionList

Mon 01 January 2018

Syntax

IsUserInPermissionList(permissionlist1[, permissionlist2]. . .)

Description

Use the IsUserInPermissionList function to return a boolean value indicating whether the user is a member of any of the specified list of permission lists.

This function also returns true when an alias exists for a permission list and the user is a member of ...

read more

IsUserInRole

Mon 01 January 2018

Syntax

IsUserInRole(role1[, role2]. . .)

Description

Use the IsUserInRole function to return a boolean value indicating whether the user is a member of any of the specified list of roles.

This function also returns true when an alias exists for a role and the user is a member of the role ...

read more

IsUserNumber

Mon 01 January 2018

Syntax

IsUserNumber(Value)

Description

Use the IsUserNumber function to determine if Value contains a valid numeric value that uses the locale-specific form of the number for the current user. Numeric characters include sign indicators and comma and period decimal points.

For example, if your regional settings specified periods for the ...

read more