FieldMenuOpt property: RCMapFields class
Description
Use the FieldMenuOpt property to set or return a Y/N string value indicating whether the menu is associated with a page field.
Set this property to Y for related content with a mapping type of page field when you want to display the related content in the page field menu. Also set this property to Y when mapping related actions to a page field menu. When this parameter is set to Y, you must set the MapFieldType to PF. In addition, you must also set the ParameterName property to PTCS_MENUFIELD, a required value.
Note:
The PnlFieldName property is also required, and is set by the invocation of the AppendMapField method.
Note:
The default value is N.
This property is read/write.
Example
&rcMapFields = &rcServConfig.AppendMapField("0.QE_BOOK.QE_BOOK_NAME.2");
/* Required value for the ParameterName property */
&rcMapFields.ParameterName = "PTCS_MENUFIELD";
&rcMapFields.PnlName = "QE_BOOK";
&rcMapFields.MapFieldType = "PF";
&rcMapFields.FieldMenuOpt = "Y";