IsAGComponent
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.
IsAGRequest
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.
IsAlpha
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 ... |
---|
IsAlphaNumeric
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 ...
IsBackEnabled
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.
IsDate
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 ...
IsDateTime
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 ... |
IsDaylightSavings
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 ...
IsDigits
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 ... |
---|
IsFluidMode
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 ... |
---|