| Oracle® Fusion Middleware Idoc Script Reference Guide 11g Release 1 (11.1.1) Part Number E10726-01 |
|
|
View PDF |
Specifies that the metadata field is a memo field.
Type and Usage
Output
Returns TRUE if the field is a memo field.
Returns FALSE if the field is not a memo field.
Example
Determines if the field is a memo field:
<@dynamichtml compute_std_entry_type_info@>
<$if not hasOptionList and #active.fieldType like "Memo"$>
<$isFieldMemo = 1$>
<$else$>
<$isFieldMemo = ""$>
<$endif$>
<@end@>
See Also