3
Master List: Idoc Script by Type 3-1
3
Master List: Idoc Script by Type
This chapter describes the different types of Idoc Script variables and functions, and groups the variables and functions by type.
■
Section 3.1, Conditional Dynamic Variables
■
Section 3.2, Configuration Variables
■
Section 3.3, Dynamic Variables
■
Section 3.4, Environment Variables
■
Section 3.5, Global Functions
■
Section 3.6, Page Variables
■
Section 3.7, Read-Only Variables
■
Section 3.8, Setable Variables
■
Section 3.9, Value Variables
3.1 Conditional Dynamic Variables
Some dynamic variables are conditional and can only be used within a conditional statement such as if, while, elseif, or loop. These variables have the following special
features:
■
Conditional variables are internal flags that are gettable but not settable.
■
Conditional variables will only provide a Boolean response and do not return a value such as a string or integer.
■
Conditional variables will not accept the active keyword prefix. Thus, an error report is printed to the debug output if the variable is not found.
The following is a list of Idoc Script conditional dynamic variables. AdminAtLeastOneGroup
on page 6-5 AfterLogin
on page 8-5 AllowCheckin
on page 6-6 AllowCheckout
on page 6-7 AllowReview
on page 6-12 dcShowExportLink
on page 10-25 EmptyAccountCheckinAllowed
on page 6-44 HasPredefinedAccounts
on page 6-70 HasUrl
on page 6-71 HeavyClient
on page 8-121 IsCheckinPreAuthed
on page 6-107
3-2 Oracle Fusion Middleware Idoc Script Reference Guide
isComponentEnabled on page 6-108
IsContributor on page 6-109
IsCriteriaSubscription on page 6-110
IsCurrentNav on page 8-156
IsDynamic on page 8-159
IsExternalUser on page 8-162
IsFilePresent on page 6-113
IsFullTextIndexed on page 6-115
IsLocalSearchCollectionID on page 6-119
IsLoggedIn on page 6-120
IsMac on page 8-174
IsMaxRows on page 8-175
IsMultiPage on page 8-177
IsNotSyncRev on page 6-122
IsPromptingForLogin on page 6-124
IsRequestError on page 8-183
IsSubAdmin on page 6-127
IsSun on page 8-188
IsSysManager on page 6-128
IsUploadSockets on page 6-129
IsUserEmailPresent on page 8-192
IsWindows on page 8-194
IsWorkflow on page 6-133
SingleGroup on page 6-241
UserIsAdmin on page 6-268
UserLanguageID on page 8-347
UserLocaleId on page 8-348
UseXmlUrl on page 6-272
3.2 Configuration Variables