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: Customizing Address Edit in 7.5.3
Lane
Posts: 121
 
Customizing Address Edit in 7.5.3Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Oct 10 9:23 AM
fiogf49gjkf0d

I had customized the 7.5.0 version of the Address form for a customer using a piece of a javascript in the Base.Master to make it global.


Does anyone know a better or cleaner way to do this ?


    <script type="text/javascript">  
      try
      {
          AddressControl.fixUp = AddressControl.fixUp || {};
          AddressControl.fixUp.createFormItems = AddressControl.prototype.createFormItems;
          AddressControl.prototype.createFormItems = function() {
                for (var i = 0; i < this._fields.length; i++)
                {
                      if (this._fields[i].name == "county" || this._fields[i].name == "attention")
                            this._fields[i].visible = false;
                       
                      if (this._fields[i].name == "state")
                            this._fields[i].fieldLabel = "State/Province:";              
                }
           
                return AddressControl.fixUp.createFormItems.call(this); 
          };
      }
      catch (Exception) {}
    </script>  


Thanks in advance

[Reply][Quote]
Baxin
Posts: 3
 
Re: Customizing Address Edit in 7.5.3Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 26 Mar 12 1:44 AM
fiogf49gjkf0d

Thanks for the code! It's work great!

[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 3:56:45 AM