Skip Headers
Oracle® Fusion Middleware Idoc Script Reference Guide
11g Release 1 (11.1.1)

Part Number E10726-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to current chapter
Up
Go to next page
Next
View PDF

3.5 Global Functions

Idoc Script has many built-in global functions. Functions perform actions, including string comparison and manipulation routines, date formatting, and ResultSet manipulation. Some functions also return results, such as the results of calculations or comparisons.

Information is passed to functions by enclosing the information in parentheses after the name of the function. Pieces of information that are passed to a function are called parameters. Some functions do not take parameters; some functions take one parameter; some take several. There are also functions for which the number of parameters depends on how the function is being used.

The following is a list of Idoc Script global functions:


"abortToErrorPage"
"break"
"cacheInclude"
"clearSchemaData"
"computeDocUrl"
"computeRenditionUrl"
"dateCurrent"
"ddAppendIndexedColumnResultSet"
"ddAppendResultSet"
"ddApplyTableSortToResultSet"
"ddGetFieldList"
"ddIncludePreserveValues"
"ddLoadIndexedColumnResultSet"
"ddLoadResultSet"
"ddMergeIndexedColumnResultSet"
"ddMergeResultSet"
"ddMergeUsingIndexedKey"
"ddSetLocal"
"ddSetLocalByColumnsFromFirstRow"
"ddSetLocalByColumnsFromFirstRowIndexed"
"ddSetLocalEmpty"
"ddSetLocalEmptyByColumns"
"docLoadResourceIncludes"
"docRootFilename"
"docUrlAllowDisclosure"
"dpGet"
"dpPromote"
"dpPromoteRs"
"dpSet"
"encodeHtml"
"eval"
"executeService"
"forceExpire"
"formatDate"
"formatDateDatabase"
"formatDateDisplay"
"formatDateOnly"
"formatDateOnlyDisplay"
"formatDateOnlyFull"
"formatDateWithPattern"
"formatTimeOnly"
"formatTimeOnlyDisplay"
"getDebugTrace"
"getErrorTrace"
"getFieldViewDisplayValue"
"getFieldViewValue"
"getFreeMemory"
"getParentValue"
"getRequiredMsg"
"getTextFile"
"getTotalMemory"
"getUserValue"
"getValue"
"getValueForSpecifiedUser"
"getViewValue"
"getViewValueResultSet"
"hasAppRights"
"idocTestForInclude"
"inc"
"incDynamicConversionByRule"
"incGlobal"
"incTemplate"
"indexerSetCollectionValue"
"isActiveTrace"
"isFalse"
"isLayoutEnabled"
"isTrue"
"isUserOverrideSet"
"isValidateFile"
"js"
"jsFilename"
"lc"
"lcCaption"
"LmDefaultLayout"
"LmDefaultSkin"
"lmGetLayout"
"lmGetSkin"
"loadCollectionInfo"
"loadDocMetaDefinition"
"loadDocumentProfile"
"loadSchemaData"
"loadSearchOperatorTables"
"loadUserMetaDefinition"
"optList"
"parseDataEntryDate"
"parseDateWithPattern"
"pneNavigation"
"regexMatches"
"regexReplaceAll"
"regexReplaceFirst"
"rptDisplayMapValue"
"rs"
"rsAddFields"
"rsAddFieldsWithDefaults"
"rsAddRowCountColumn"
"rsAppend"
"rsAppendNewRow"
"rsAppendRowvalues"
"rsCopyFiltered"
"rsCreateReference"
"rsCreateResultSet"
"rsDeleteRow"
"rsDocInfoRowAllowDisclosure"
"rsExists"
"rsFieldByIndex"
"rsFieldExists"
"rsFindRowPrimary"
"rsFirst"
"rsInsertNewRow"
"rsIsRowPresent"
"rsLoopInclude"
"rsLoopSingleRowInclude"
"rsMakeFromList"
"rsMakeFromString"
"rsMerge"
"rsMergeDelete"
"rsMergeReplaceOnly"
"rsNext"
"rsNumFields"
"rsNumRows"
"rsRemove"
"rsRename"
"rsRenameField"
"rsSetRow"
"rsSort"
"rsSortTree"
"setContentType"
"setExpires"
"setHttpHeader"
"setMaxAge"
"setValue"
"setResourceInclude"
"stdSecurityCheck"
"strCenterPad"
"strCommaAppendNoDuplicates"
"strConfine"
"strEquals"
"strEqualsIgnoreCase"
"strGenerateRandom"
"strIndexOf"
"strLeftFill"
"strLeftPad"
"strLength"
"strLower"
"strRemoveWs"
"strReplace"
"strReplaceIgnoreCase"
"strRightFill"
"strRightPad"
"strSubstring"
"strTrimWs"
"strUpper"
"toInteger"
"trace"
"url"
"urlEscape7Bit"
"userHasAccessToAccount"
"userHasGroupPrivilege"
"userHasRole"
"utGetValue"
"utLoad"
"utLoadDocumentProfiles"
"utLoadResultSet"
"xml"