Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
CSIDE and OScript
Livelink Search to be customised to get the display of certain category attributes in a table
adarsh_lobo_(adarsh.lobo@shell.com_(Delete)_112626
We had a requirement where the default Livelink search page had to be changed to display information in a custom table. To do this, we decided to use Module Map and HTML mapping concept. Our understanding of the implementation is as follows: 1. Include the following code in the module's start up: String filePath = $moduelname.modulenameWebModule.PathPrefix()$CustomizationsRT.HtmlMap.MapModules(filePath + 'modulemap') 2. Create a folder called modulemap inside the module and place the HTML file (resultlist.html) which we want to change. Path looks like OurCustomModule\modulemap\websbroker3. Make the changes in this copy of the HTML which we just copied. 4. Restart the server. Having done all the steps above, we are finding that Livelink still picks up the original search HTML (resultlist.html) and not our custom HTML. Have we missed any steps in achieving this? Is there anything else we need to do to ensure that the new HTML is picked? Regards,Adarsh
Find more posts tagged with
Comments
There are no comments yet