Hello,
I want to disable automatic sorting on flowfield columns on pages. I know how to disable sorting for all columns but it does not apply to my problem because I don't want to lose automatic sorting facility for all columns but rather disable it for some specific columns.
Thanks in advance.
Cem Karaer @ Pargesoft
Dynamics NAV Developer since 2005
0
Answers
FlowField can not be part of a key and therefore can not be used for sorting. If you want to sort some specific column. Check if the key exist of that combination in the table kes list. If it does not exist make a combination of the key with respective columns which you want to sort. After that go to page and set that key to "sourcetableview" property as follows.
Please verify the answer.
Rehan Satti
Microsoft Dynamics NAV Technical Consultant
Please verify the answer if it satisfy your question. This will help other members of community.
Dynamics NAV Developer since 2005
I dont think its possible in standard NAV. It's a RTC feature.
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
we can do this. Go to the Posted sales Invoice Page 143. design it and go to the Repeater section of the page. Open the Property window of the page and set the "IndentationColumnName" property to 0 as follows. This will remove the default sorting fro the column.
Rehan Satti
Microsoft Dynamics NAV Technical Consultant
Please verify the answer if it satisfy your question. This will help other members of community.
Dynamics NAV Developer since 2005
http://www.navida.eu/sort-keys-back-in-nav-2015-and-nav-2013-r2/
Rehan Satti
Microsoft Dynamics NAV Technical Consultant
Please verify the answer if it satisfy your question. This will help other members of community.
Dynamics NAV Developer since 2005
Zohaib Ahmed
Dynamics NAV ERP Technical Consultant.
please like / agree / verify my answer, if it was helpful for you. thanks.
Eg. the subpage on Sales Documents is based on table Sales Line. The default sorting is based on "Line No." (and this makes sense when the AutoSplitKey is set to YES). But this field is not on the Page.
So, how to reset this default sorting after a user has (accidentally) clicked on the column header of No., Quantity or any other field?
So far I only found that the 'Reset Defaults' button on the 'Customize Document Layouts'. But this resets all the layout customizations...
I understand that it can be done by customizing the object. But is there no standard (out of the box) functionality to do this ???
The workaround is to add an action on a page to reset the sorting or to add the Line No. to the subpage
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Thanks AntHillMob and Slawek.
In the mean-time I found this blog of Julian navida.eu/2015/06/04/sort-keys-back-in-nav-2015-and-nav-2013-r2/