IsAGComponent

Mon 01 January 2018

Syntax

IsAGComponent()

Description

Use the IsAGComponent function to return a Boolean value indicating whether the component type is set to Activity Guide on the Fluid tab.

Important! Use this function within fluid applications only.

Parameters

None.

Returns

A Boolean value.

read more

IsAGRequest

Mon 01 January 2018

Syntax

IsAGRequest()

Description

Use the IsAGRequest function to return a Boolean value indicating whether the request was initiated by a component from within an activity guide wrapper.

Important! Use this function within fluid applications only.

Parameters

None.

Returns

A Boolean value.

read more

IsAlpha

Mon 01 January 2018

Syntax

IsAlpha(String)

Description

Use the IsAlpha function to determine if String contains only textual characters, including alphabetic characters from several scripts including Latin, Greek, Cyrillic and Thai, ideographic characters from Chinese, Japanese and Korean and Japanese kana. It excludes all punctuation, numerics, spaces and control codes

Parameters

Field or ...

read more

IsAlphaNumeric

Mon 01 January 2018

Syntax

IsAlphaNumeric(String)

Description

Use the IsAlphaNumeric function to determine if String contains only textual and numeric characters.

Textual characters include all characters valid for the IsAlpha function. Alphanumeric characters do not include sign indicators and comma and period decimal points. If you want to check for numbers as well ...

read more

IsBackEnabled

Mon 01 January 2018

Syntax

IsBackEnabled()

Description

Use the IsBackEnabled function to return a Boolean value indicating whether the Back button is enabled on the component.

Important! Use this function within fluid applications only.

Parameters

None.

Returns

A Boolean value.

read more

IsDate

Mon 01 January 2018

Syntax

IsDate(Value)

Description

Use the IsDate function to determine if Value contains a valid date.

You can use this function when you want to determine if a value is compatible with the Date built-in function.

Unintialized date variables, 0 numerics, or blank strings return true. If these values are ...

read more

IsDateTime

Mon 01 January 2018

Syntax

IsDateTime(String)

Description

Use the IsDateTime function to determine if String contains a date/time string in the standard PeopleSoft format, that is, in the following format:

yyyy-mm-dd hh:mm:ss.mmmmmm

Parameters

Field or Control

Definition

String

Specify the string you want to search for a valid PeopleSoft ...

read more

IsDaylightSavings

Mon 01 January 2018

Syntax

IsDaylightSavings(datetime, {timezone | "Local" | "Base"})

Description

Use the IsDaylightSavings function to determine if daylight saving time is active in the specified time zone at the specified date and time. For time zones that don’t observe daylight saving time, this function always returns False.

The system’s base ...

read more

IsDigits

Mon 01 January 2018

Syntax

IsDigits(String)

Description

Use the IsDigits function to determine if String contains only digit (numeric) characters. Numeric characters do not include sign indicators and comma and period decimal points. If you want to check for numbers as well as sign indicators, use the IsNumber function.

Parameters

Field or Control ...

read more

IsFluidMode

Mon 01 January 2018

Syntax

IsFluidMode([Component.COMPONENT_NAME] [, Market.MARKET])

Description

Use the IsFluidMode function to return a Boolean value indicating whether fluid mode is enabled on the specified component. If neither optional parameter is specified, then the function operates on the current component.

Important! Use this function within fluid applications only.

Parameters

Field ...

read more