Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Saturday, June 28, 2025 
 
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!
 Web Forums - SalesLogix Web Platform & Application Architect
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.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Platform & Application Architect | New ThreadView:  Search:  
 Author  Thread: Load filtered results in Account Lookup Results by code
LCF
Posts: 46
 
Load filtered results in Account Lookup Results by codeYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Nov 11 5:49 AM
fiogf49gjkf0d


Hi,


I need to call the Account Lookup Results tab (in groups) from a link in a portal page. This link must show the result of a query that changes based on the user logged in the Lookup Results for Accounts.


I saw in other thread that can be used CreateAdHocGroup but that is creating (and saving) an ad hoc group. I don't want to save any group on the database.


Other option I can use is create an empty group and then called it from code so the user can use the lookup button to filter information.


How can I implement any of the options?


Thanks.


[Reply][Quote]
LCF
Posts: 46
 
Re: Load filtered results in Account Lookup Results by codeYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Nov 11 8:55 AM
fiogf49gjkf0d

I was talking with the client and he wants to display the lookup form by default when the link in a portal page is clicked and you are redirected to a group. Is that possible?

[Reply][Quote]
Raul A. Chavez
Posts: 1300
Top 10 forum poster: 1300 posts
 
Re: Load filtered results in Account Lookup Results by codeYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Nov 11 9:05 AM
fiogf49gjkf0d

You could do this easily by adding some client side code:


 



var clGrpContextSvc = Sage.Services.getService("GroupLookupManager");


clGrpContextSvc.showLookup();  //Shows the lookup dialog.


// OR



clGrpContextSvc.doLookup();  //Shows the lookup results group with the current lookup conditions applied.




 


 


 

[Reply][Quote]
LCF
Posts: 46
 
Re: Load filtered results in Account Lookup Results by codeYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Nov 11 9:20 AM
fiogf49gjkf0d

Thanks Raúl. I let you know my progress.

[Reply][Quote]
LCF
Posts: 46
 
Re: Load filtered results in Account Lookup Results by codeYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Nov 11 10:07 AM
fiogf49gjkf0d

I added the client code in the LiveGroupViewer.ascx and it´s executed base on a querystring parameter that pass in the link.


That works as the client wants.


Raúl, thanks again.

[Reply][Quote]
 Page 1 of 1 
  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!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 6/28/2025 2:13:25 PM