IsNextInListEnabled

Mon 01 January 2018

Syntax

IsNextInListEnabled()

Description

Use the IsNextInListEnabled function to return a Boolean value indicating whether the Next in List button is enabled on the component.

Important! Use this function within fluid applications only.

Parameters

None.

Returns

A Boolean value.

read more

IsNotificationEnabled

Mon 01 January 2018

Syntax

IsNotificationEnabled()

Description

Use the IsNotificationEnabled function to return a Boolean value indicating whether the Notifications feature is enabled on the fluid component. This corresponds to the Notifications toolbar option on the component’s Fluid tab.

Important! Use this function within fluid applications only.

Parameters

None.

Returns

A Boolean value.

read more

IsNotifyEnabled

Mon 01 January 2018

Syntax

IsNotifyEnabled()

Description

Use the IsNotifyEnabled function to return a Boolean value indicating whether the Notify button is enabled on the classic component. This corresponds to the Notify toolbar option on the component’s Internet tab.

Important! Use this function with classic components only. For fluid components in PeopleTools 8 ...

read more

IsNumber

Mon 01 January 2018

Syntax

IsNumber(Value)

Description

Use the IsNumber function to determine if Value contains a valid numeric value. Numeric characters include sign indicators and comma and period decimal points.

To determine if a value is a number and if it's in the user's local format, use the IsUserNumber function ...

read more

IsOperatorInClass

Mon 01 January 2018

Syntax

IsOperatorInClass(operclass1 [, operclass2]. . .)

Description

The IsInOperatorClass takes an arbitrary-length list of strings representing the names of operator classes and determines whether the current operator belongs to any class in a list of classes.

Note: The IsOperatorInClass function is supported for compatibility with previous releases of PeopleTools. New applications should ...

read more

ISOToDate

Mon 01 January 2018

Syntax

ISOToDate(textdatetime)

Description

Use the ISOToDate function to convert the text value textdatetime in ISO 8601 format to a String value in the base time zone. This function automatically calculates whether daylight saving time is in effect for the base time zone.

The system’s base time zone is ...

read more

ISOToDateTime

Mon 01 January 2018

Syntax

ISOToDateTime(textdatetime)

Description

Use the ISOToDatetime function to convert the text value textdatetime in ISO 8601 format to a String value in base time zone. This function automatically calculates whether daylight savings time is in effect for the base time zone.

The system’s base time zone is specified ...

read more

IsPinEnabled

Mon 01 January 2018

Syntax

IsPinEnabled()

Description

Use the IsPinEnabled function to return a Boolean value indicating whether the Add To (pin) button is enabled on the component.

Important! Use this function within fluid applications only.

Parameters

None.

Returns

A Boolean value.

read more

IsPrevInListEnabled

Mon 01 January 2018

Syntax

IsPrevInListEnabled()

Description

Use the IsPrevInListEnabled function to return a Boolean value indicating whether the Previous in List button is enabled on the component.

Important! Use this function within fluid applications only.

Parameters

None.

Returns

A Boolean value.

read more

IsSaveEnabled

Mon 01 January 2018

Syntax

IsSaveEnabled()

Description

Use the IsSaveEnabled function to return a Boolean value indicating whether the Save button is enabled on the component (on the Internet tab).

Important! Use this function within fluid applications only.

Parameters

None.

Returns

A Boolean value.

read more