A Client is using NAV2009 R2 and we're currently implementing webservices for Customer Cards and lists.
The client would like to display the list of customers and enable instant sorting (click on salesperson header field, data is sorted by salesperson, click on Country header field, data is sorted by Country etc.)
Do you have any idea how to sort the customer list by No. / Search Name / Salesperson etc at run time?
Perhaps something very similar to the sort button inside Dynamics NAV Customer list etc but through a web interface (webservices) please!
I've had a look at another blog post, however the sort I'd like is more of an instant sort, not depending on users and permissions
http://blogs.msdn.com/b/nav_developer/a ... ature.aspx
Thanks loads in advance!
Season's Greetings!
Christabel
Comments
Like if it's a .net application and you're using a gridview this requirement is the standard behaviour:
http://msdn.microsoft.com/en-us/library ... 85%29.aspx