Redirect to Custom Portal Page
We've added a custom page to the portal which is accessible via the navigation node on the left. We would however like to hide the node and just use an advanced request offering with a redirect link directly to the URL of the custom page. I have noticed however that this does not work unless the page is visible from the navigation pane (i.e. the custom page only loads via the request offering if the page is set to visible in the navigation node).
How can I use this advanced RO functionality and hide the sidebar link to the page?
Answers
Edit: Joe from Cireson has a solution below for custom page being visible like all the other forms while not being present as a link on the side menu... Very detailed guide, thank you!
Create view in \CustomSpace\Views called CustomPage1.JS
{ "Id" : "CustomPage1", "pageTitle": "CustomPage1", "layoutType" : "full", "view" : { "header" : { "title" : "", "subTitle" : "" }, "body" : { "content" : { "rows" : [{ "columns" : [{ "ColSpan" : 12, "type" : "viewPanel", "ViewPanelId" : "CustomPage1ViewPanel" } ] } ] } } } }
Create viewpanel in \CustomSpace\Views\ViewPanels called CustomPage1ViewPanel.js
Create your custom HTML Page called custompage1.html in \Custompace
Add your custompage URL http://portal/view/custompage1 to ARO:
We've had a third party create a page which is in the nav node and I'm trying to move it so it can be set as a RO. Keen to learn how to do this but seem to be hitting barriers and documentation around this is sparse