Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Saturday, June 7, 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: Slx Lookup filter criteiria (Type = "Dealer" or Type = "Distributor)
Shakir
Posts: 7
 
Slx Lookup filter criteiria (Type = "Dealer" or Type = "Distributor)Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 06 Mar 13 4:27 AM
fiogf49gjkf0d

Hi,


I want to show accounts where the Type = "Dealer" or Type = "Distributor in lookup prefilter.


Kindly let me know how to achieve this task in SalesLogix web ver 7.5.4.


Thanks in Advance.


 

[Reply][Quote]
Mike LaSpina
Posts: 116
 
Re: Slx Lookup filter criteiria (Type = "Dealer" or Type = "Distributor)Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 25 Mar 13 3:37 PM

You need to inject HQL into the lookup condition.  Set the pre-filter conditional operator to 'Not Equal to', and the FilterValue to the exact text below:



XXX' and Account.Type IN (‘Dealer’, ‘Distributor’ ) and 'A' != 'B


Note the missing single quotes on the beginning and end - the lookup control will add these for string properties.


This will generate the SQL:


 


 


Account.Type != 'XXX' AND Account.Type IN (‘Dealer’, ‘Distributor’ ) AND 'A' != 'B'

 

[Reply][Quote]
RJ Samp
Posts: 973
Top 10 forum poster: 973 posts
 
Re: Slx Lookup filter criteiria (Type = "Dealer" or Type = "Distributor)Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 27 Mar 13 9:59 PM

Love it!

[Reply][Quote]
Mike LaSpina
Posts: 116
 
Re: Slx Lookup filter criteiria (Type = "Dealer" or Type = "Distributor)Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Mar 13 11:08 AM

As the old saying goes, there's ore than 1 way to skin a cat. 


 


I've not tried this in the 8.0 lookups (or done anything with 8.0 lookups for that matter), so the technique may be different.

[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/7/2025 10:56:25 PM