IsNextInListEnabled
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.
IsNotificationEnabled
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.
IsNotifyEnabled
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 ...
IsNumber
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 ...
IsOperatorInClass
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 ...
ISOToDate
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 ...
ISOToDateTime
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 ...
IsPinEnabled
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.
IsPrevInListEnabled
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.
IsSaveEnabled
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.