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)
API, SDK, REST and Web Services
How to change default sort order for LL folders?
Jaak_Tammemagi_(jtammemagi_(Delete)_1729419)
Hello! The default sort order of Livelink folders seems to be always by name. The URL's show at the end something like .....&objAction=browse&sort=nameIs it possible to change it to sort the items by "Date Modified", so that the latest items entered appear always on top?Thanks!Jaakmailto:jaak.tammemagi@microlink.ee
Find more posts tagged with
Comments
Application_Services_FUJITSU_(fuji_ware05_-_(delet
indeed go and see the .fPrototypeBrowse of you webnode.change the sort default order (I guess it's ther already) If not add a line like{'sort',-1,X,true,'-modifydate'}}But if the folder gets the sort already from the parent it will inherit it.Example: Project P, containing folder Fclick on P, a default order by name will be chosen then the URL on the folder will also be by name (by default).More info: mailto:jraedemaeker@switch.be
Andy_Dietrich
Is there a way to sort a particular folder by date and time, maybe by changing something in its properties? we're using LL 9.5 sp1.Thanks.
Nair_Krishnankutty_(nairkrishnankutty_-_(deleted))
Take a look at the ospace WEBNODE:WebNode Root:WebNode:_BrowseSort.That is responsible I believe for sorting.Or if you don't want that route you could tweak the output browseview.html and add that kind of logic which is kind of what I posted in a similar forum
http://www.tek-tips.com/viewthread.cfm?qid=1305259&page=1Unfrortunately
not every webnode uses that browseview.html ,you may end up doing some work for workflow,project et al