How to add Menu in Content Information Page in WebCenter Content
Adding Menu in Content Information Page in Webcenter Content To add New Menu in Content Information page we need to use “custom_docinfo_menus_setup” dynamichtml in Resource file. <@dynamichtml custom_docinfo_menus_setup@> <$include super.custom_docinfo_menus_setup gt; <$exec rsAppendNewRow(“PageMenusData”) gt; <$PageMenusData.nodeId = “<Any ID>” gt; <$PageMenusData.ifClause = “<Your Condition>” gt; <$PageMenusData.parentId = “CONTENT_ACTIONS” gt; <$PageMenusData.label = […]
How to add Menu in Content Information Page in WebCenter Content Read More »









