Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Sunday, June 8, 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 Web 7.5.3 How to catch space bar..?
RJ Eaton
Posts: 234
 
SLX Web 7.5.3 How to catch space bar..?Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Feb 13 3:12 PM
fiogf49gjkf0d

We are having an issue where users are removing the decrption of an opportunity. We have added checks to ensure that the string is not null or blank; however it seems that users can enter the spacebar which allows it to save then as it's not Null or blank..


Anyone know how I can stop the spacebar entry in opportunity description..?


 

[Reply][Quote]
Raul A. Chavez
Posts: 1300
Top 10 forum poster: 1300 posts
 
Re: SLX Web 7.5.3 How to catch space bar..?Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Feb 13 3:24 PM
fiogf49gjkf0d

On your validation, why don't you "Trim" the string to make sure they are not putting a "blank"?


 


 


<p>if (string.IsNullOrEmpty(opp.Description.Trim())){

 


    // The Description is blank, throw an exception


    throw(new ValidationException("Please provide a valid Opportunity Description"));


}


 

[Reply][Quote]
RJ Eaton
Posts: 234
 
Re: SLX Web 7.5.3 How to catch space bar..?Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Feb 13 3:43 PM
fiogf49gjkf0d

Thanks ... Sometimes your so deep in the forest even the trees look like leaves..


 


thanks

[Reply][Quote]
RJ Samp
Posts: 973
Top 10 forum poster: 973 posts
 
Re: SLX Web 7.5.3 How to catch space bar..?Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Feb 13 11:11 PM

We usually add a note about the User destroying the Opportunity Description and their name has been forwarded to the HR Dept's permanent files.

[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/8/2025 6:10:24 AM