Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Regarding sorting of assets
auli
We are using TS 671 and MB 461. When I try importing the assets in Teamsite, the folders containing the assets are displayed in chronological order while the assets inside those folders are sorted according to name. Can we configure the sorting of folders according to name?
TIA
- Auli
Find more posts tagged with
Comments
auli
Any suggestions?
cliff1
The ECM Connector does not have any options for configuring the sort order. The code makes two separate calls to the MB WebServices APIs to get the data to be displayed:
1) getAssetList(containerId) to fetch the files
2) getContainerTree(containerId, false, 1) to get the folders
Other than moving the "selected item" to the front of the asset list, the connector does not change to order of the results (folders are displayed first followed by assets).
Interestingly, on my system the folders are sorted alphabetically when I browse from ECM Connector.
-Cliff
auli
Thanks for your reply Cliff.