Skip Headers
Oracle® Fusion Middleware Idoc Script Reference Guide
11g Release 1 (11.1.1)
E10726-01
  Go To Documentation Library
Library
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

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"