Hi All,
I know that I can go into the properties of a folder and sort the subfolders alphabetically. Can I do the same for recipients within my Seed folders? Because each seed recipient is not listed as a subfolder, the sorting doesn't affect them. But, it's hard to look at these folders full of people in reasonable order or sort.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
You need to create an extension of nms:core of your navigation tree and add a code like this
<nodeModel folderLink="folder" img="nms:unknownad.png" label="Seed addresses"
name="nmsSeedList">
<view name="listdet" schema="nms:seedMember" type="listdet">
<columns>
<node xpath="[.]"/>
</columns>
<orderBy>
<node expr="@label"/>
</orderBy>
</view>
</nodeModel>
Views
Replies
Total Likes
Hi,
I'm not sure to understand. Can you share a screenshot of the view you'd like to sort?
Thanks,
Florent
Views
Replies
Total Likes
This is what I was referring to, but it just dawned on me that I could just click the label at the top of the screen to sort them, I guess my question was how do I permanently sort them in alphabetical order rather than the order in which they were added to that specific Seed group.
Views
Replies
Total Likes
Hi,
You need to create an extension of nms:core of your navigation tree and add a code like this
<nodeModel folderLink="folder" img="nms:unknownad.png" label="Seed addresses"
name="nmsSeedList">
<view name="listdet" schema="nms:seedMember" type="listdet">
<columns>
<node xpath="[.]"/>
</columns>
<orderBy>
<node expr="@label"/>
</orderBy>
</view>
</nodeModel>
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies