6/30/2025 1:29:37 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
How can we get the lookup results in alphabetical order? (LiveGroupViewer)
Posted: 08 Apr 10 2:42 PM
|
Hi all,
My problem is that I'm trying to order the "Lookup results" list in alphabetical order, I created a custom entity and it is being displayed as other main entity, this entity extends from the contact entity, and as we know, the contact has fields like first and last name, and I want that the user can see the results in alphabetical order when he uses the "lookup" tool.
Does anyone know how can I do this?
I know that the main grid (x-grid3) is being loaded in this user control: GroupBuilder\LiveGroupViewer.ascx in a control called "SalesLogix:ListPanel", but I don't know how to ask to the "slxdata" service to give me the list sorted.
Any help is going to be so useful!!!!
Thank you, Liz. |
|
|
|
Re: How can we get the lookup results in alphabetical order? (LiveGroupViewer)
Posted: 10 Apr 10 7:51 PM
|
Lookup results inherits from your default groups, and is a per user setting configurable via Options.
Starting with 7.5.2 there is a new Default Lookup Group setting in Options, but prior to that it would be based of your Default group (which if not set defaults to the first listed group for the Entity).
So, make sure that you apply your desired Sort order to your Default group but as stated, this is a per user setting, so this will vary per user as they could set their system differently.
|
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|