Home / Middleware / Oracle Fusion Middleware Online Documentation Library, 11g Release 1 (11.1.1.3.0) / Developer Guides
Fusion Middleware Idoc Script Reference Guide
ContentsOpens a new window
Opens a new window
Page 567 of 890

isFieldInfoOnly

Specifies that the metadata field is an information only field.

Type and Usage

Output

  • Returns TRUE if the field is an information only field.

  • Returns FALSE if the field is not an information only field.

Example

Determines if the metadata field is information only:

<$if isInfo or isCustomInfo or isFieldHidden or isInfoOnly$>
    <$isFieldInfoOnly = 1$>
<$else$>
    <$isFieldInfoOnly = ""$>
<$endif$>

See Also

Previous PageOpens a new window
Page 567 of 890
Next PageOpens a new window