| Oracle® Fusion Middleware Idoc Script Reference Guide 11g Release 1 (11.1.1) E10726-01 |
|
![]() Previous |
![]() Next |
Home > Idoc Script Reference Guide > Management and Configuratio... > isFieldMemo
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