Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Wednesday, June 18, 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!
 Architect Forums - SalesLogix Scripting & Customization
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Scripting & Customization | New ThreadView:  Search:  
 Author  Thread: Account name to uppercase
Michael Landin Hostbaek
Posts: 2
 
Account name to uppercaseYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Mar 07 11:30 AM
fiogf49gjkf0d
Hello,

I would like to automatically set all characters to uppercase when creating a new account - is this possible?
Or perhaps. there's reason that this is a bad idea..

Many thanks for any input,

Mike
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: Account name to uppercaseYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Mar 07 11:37 AM
fiogf49gjkf0d
I can't think of any reason at all why you'd want to do this

There is a field that will store the account name in uppercase already (called ACCOUNT_UC on the ACCOUNT table).

Otherwise, you could just add some code on the exit event of the account name control that did something like (assuming the control is named txtAccount)

txtAccount.Text = UCase(txtAccount.Text)


As far as changing all accounts in the system to show an upper case name you'd need to execute something like the following:

update account set account = upper(account)


But then the account name value is stored in several other places as well, you'd need to update those too. Some of the tables that have an ACCOUNT field that come to mind off top of my head are ACCOUNTSUMMARY, CONTACT, HISTORY, ACTIVITY, OPPORTUNITY, ...probably more.

But as I said, I'm confused why anyone would want to do something like this
[Reply][Quote]
Michael Landin Hostbaek
Posts: 2
 
Re: Account name to uppercaseYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Mar 07 1:24 PM
fiogf49gjkf0d
ACCOUNT_UC is exactly what I was looking for.
I use Scribe in a planified task to export accounts to another system, and I need the account name in uppercase.

Thanks a bunch!

Mike
[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/18/2025 12:34:57 AM