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
Changing the user interface
Birger_Jacobsen_(danskadmin_-_(deleted))
I will like to display the creation date for a document or a folder in the menu bar instead for "Modified" date. Any "easy" way to do that without having to get certified LL_appl_builder first. Samples or docs about "how and where" to make changes will be Nice Thanks
Find more posts tagged with
Comments
Greg_Griffiths_(greggriffiths_-_(deleted))
You can edit the browseview.html file and change the following line :`.FmtDate( nodeRec.ModifyDate, TRUE )`to : `.FmtDate( nodeRec.CreateDate, TRUE )`This will display the dates, but the sort will not work as it is still using the Modified Date.To add Create Date to the sorts you will need to modify some code in the Builder (see
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2710836&objAction=view
for an example)
Greg_Griffiths_(greggriffiths_-_(deleted))
If you open up WebNode->WebNode Root->WebNode->_BrowseSort function and copy the ModifyDate line in the sort and replace 'Modify' in your copy with 'Create' etc and then rebuild the OSpace, reboot the builder and it should work.You'll need to redeploy the module (WebNode) onto your other servers. Suggest that you also ask OpenText for this to be a Feature Request so it is included in future versions of Livelink.