PnlName property: RCMapFields class
Description
Use the PnlName property to set or return the page name as a string value. This property is required only when the value of the MapFieldType property is set to PF (page field); otherwise, it is an empty string.
This property is read/write.
Example
Local PTCS_SRVCONFIG:RCMapFields &rcMapFlds = &rcServConfig.AppendMapField("0.OPRID_VW2.OPRID.2");
&rcMapFlds.PnlName = "QE_RI_GROUPLET";
&rcMapFlds.MapFieldType = "PF";
Local boolean &bRet = &rcMapFlds.Save();