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.9 Value Variables

A value variable is evaluated once at the beginning of a service call and that value is used throughout the service call. The variable is then reevaluated on each new service call. In contrast, a dynamic variable is evaluated on each occurrence of the variable. For example, the value variable isNew evaluates whether the content item is new or a revision when performing a check in. That evaluation is used throughout the call to the checkin service.

The following is a list of Idoc Script value variables:


"AuthorAddress"
"BrowserVersionNumber"
"CURRENT_DATE"
"CURRENT_ROW"
"DocTypeSelected"
"DocUrl"
"DownloadSuggestedName"
"fileUrl"
"FIRSTREV"
"HasOriginal"
"htmlRefreshTimeout"
"htmlRefreshUrl"
"HttpAbsoluteCgiPath"
"HttpAbsoluteCgiRoot"
"HttpAbsoluteWebRoot"
"HttpAdminCgiPath"
"HttpBrowserFullCgiPath"
"HttpCgiPath"
"HttpCommonRoot"
"HttpEnterpriseCgiPath"
"HttpHelpRoot"
"HttpImagesRoot"
"HttpLayoutRoot"
"HttpRelativeAdminRoot"
"HttpRelativeCgiRoot"
"HttpSystemHelpRoot"
"HttpWebRoot"
"IsEditRev"
"IsFailedConversion"
"IsFailedIndex"
"isNew"
"IsNotLatestRev"
"MSIE"
"NoMatches"
"OneMatch"
"PageParent"
"ResultsTitle"
"StatusCode"
"StatusMessage"
"UseHtmlOrTextHighlightInfo"