PnlName property: RCServiceDefinition class
Description
When the related content service definition type is PeopleSoft component (ServiceUrlType = UPGE), use the PnlName property to set or return a string value representing the page name for this component definition. Use this optional property to open a specific page in the component.
Note:
The full component name is constructed from four properties: PortalMenuName, PnlGrpName, Market and PnlName (optional).
This property is read/write.
Example
&rcServDefn.PortalMenuName = "PORTAL_MENU_1";
&rcServDefn.Market = "GBL";
&rcServDefn.PnlGrpName = "COMPONENT_TEST";
&rcServDefn.PnlName = "MAIN_PAGE";