How can we get the custom URL for the specific homepage or layout
@Anshul Saxena , can you please confirm which OpenText product you are using? I can then move your post to the best category.
@Karen Weir , we are using Opentext Appworks 16.6
@Anshul Saxena , You can get the HomePage layout URL from the browser address bar when you navigate to the respective layout.
For HomePage layout, the URL looks like below where 'otw' is the organization name and the GUID is the HomePage LayoutID
For Item layout, the URL looks like below.
You can also get the Layout Id from the CWS documents File system.
The runtime document id of the CWS document will be the LayoutID in runtime (remove the '-' from the GUID)
@nssmani , We have checked with the shared solution. There is no URL change while we switch the home pages. Also, we are trying to make the custom URL, but it is not working.
@Anshul Saxena , In 16.6 version 'pages' in the url is not available. Replace 'pages' with 'home' and his should work for you like below.
http://<machine:name>/home/system/app/start/web/home/00505620586C11E5FC2EA5BAB60F50EC
Thanks it is working