Hi!
Is there a way to change the sorting key on a drill-down in a page?
For example, I go to Customer page and drill-down on Salesperson field. It automatically sorts it by the primary key. I can only change the sorting by clicking on the Advanced option at the bottom of the drill-down list. Can't I have it sort directly in drill-down?
Tks!
0
Comments
http://blogs.msdn.com/nav/archive/2008/ ... roups.aspx
Yes I need to use the Key Groups. However, I created a new keygroup with my field + added the field as a new table key BUT even if I see the fields specified in the key group, the drop down still sorts by Primary Key. I really need it to sort by that new key.
What am I missing?
Tks!!
ex.
SourceTableView:SORTING(Name) ORDER(Ascending)
or whatever key you need. then when the form pops up it will be sorted in that way
http://www.BiloBeauty.com
http://www.autismspeaks.org
tks for your answer!
However, that would not help me as my problem reside on the pages. When I click on the Drp-Down arrow of a field, a drop-down menu opens (at that, its not the actual page list). That little box shows me a resume of the table (either PK or Field Group Dropdown if created). My problem reside in this: How can I make that box sort by my field group key?
So, by standard, the box is sorted by ascending order of salesperson code. For example, I created Field Group: Name. How can I have the drop-down box sort by Name instead of salesperson code? I want the drop-down to be in ascending order of salesperson Names instead of Code.
Any other ideas??
Tks
Did you ever find the solution for this?
We have numerous fields where a user can select a UserID that worked on something, but the PK of the User table is a SID - as a result, the User Names themselves (the human readadble values) are not sorted in a meaningful way. It would be great to change the key in the drill down, but so far I do not see it being possible.
version: NAV2013.
d'oh!
that's perfect. thanks.
Edit the User table. Add a Key Group called DropDown and add User Name. I stole this solution from 7.10.