Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Saturday, April 27, 2024 
 
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: how to customize the saleslogix address controls
Elamparithi.C
Posts: 17
 
how to customize the saleslogix address controlsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 25 Jun 08 12:48 AM
Hi
I am using saleslogix address control ,how to customize the saleslogix address control that I want to add some additional field,is there any possibility to change?

Thanks
Elamparithi.C
[Reply][Quote]
Mark Dykun
Posts: 297
 
Re: how to customize the saleslogix address controlsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 26 Jun 08 7:03 AM
The address control is not open to customizations. You will not be able to add new fields to it.

Mark
[Reply][Quote]
Elamparithi.C
Posts: 17
 
Re: how to customize the saleslogix address controlsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 03 Jul 08 10:16 AM
Thanks for your precious information
Elamparithi.C
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: how to customize the saleslogix address controlsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 03 Jul 08 10:41 AM
Utilising Javascript you can edit labels/hide certain fields of the Address control, but adding is not possible.

Thanks,
Nick
[Reply][Quote]
Stephen Redmond
Posts: 190
 
Re: how to customize the saleslogix address controlsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 10 Jul 08 3:50 PM
You could chose to go "old style" and just have the individual fields that you want on the contact/account main view and users can make changes via the Address tab (which you can edit that form).



Stephen
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: how to customize the saleslogix address controlsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 10 Jul 08 4:59 PM
Quote:
Originally posted by Stephen Redmond

You could chose to go "old style" and just have the individual fields that you want on the contact/account main view and users can make changes via the Address tab (which you can edit that form).


I second that.
[Reply][Quote]
Lee Owen
Posts: 46
 
Re: how to customize the saleslogix address controlsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Jan 09 2:37 PM
i assume this means we're stuck using MapQuest when it seems obvious to me that Google Maps is far superior. Any way to change the control where when you click the little earth icon, i go to Google Maps?
[Reply][Quote]
Martin Draper
Posts: 41
 
Re: how to customize the saleslogix address controlsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 16 Jan 09 4:37 AM
Hi,

There are actually 2 different ways that the addresses are edited.

1. The Address Control
2. An aspx page (and associated code) that's used to edit addresses from the Alternate Addresses grid.

What I have done in the past is to remove the address control from the Account (for example) page. Then replace this with a control container containing a multi-line text box and edit button to make it look the same as the address control.

Then make this button show the edit address dialogue in the same way as from the Alternate Address tab.

You can then edit this as much as you like.

Hope that helps,

Martin
[Reply][Quote]
David Lumm
Posts: 87
 
Re: how to customize the saleslogix address controlsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 27 Jan 09 6:22 AM
Does the form exist as an editable Quick Form within SalesLogix, or does it need to be edited as code?

Either way, what is it called, and where can it be found?

Cheers
[Reply][Quote]
Martin Draper
Posts: 41
 
Re: how to customize the saleslogix address controlsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 27 Jan 09 6:28 AM
You'll find the files you need under 'SupportFiles/SmartParts/Address'.

The edit form is 'AddEditAddress.ascx'

Hope this helps,

Martin
[Reply][Quote]
Veronka Capone
Posts: 113
 
Re: how to customize the saleslogix address controlsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 20 Nov 09 11:30 AM
I'm trying to customize AddEditAddress.ascx, but I have problem when opening it in VisualStudio.

1) I deployed WebClient on my local IIS (6.0 on XP machine)
2) By default, SalesLogix is not set as an Application, so I set it manually
3) Every time I open AddEditAddress.ascx in design mode I get the following error: (for each control in the user control)

Error Creating Control - lblDescription
ResX file Could not find file 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\AddEditAddress_ClientScript.js'. Line 180, position 5. cannot be parsed.

4) And I cannot run WebClient on my local. I get following error:

Retrieving the COM class factory for component with CLSID {39CCFCA0-D8FA-4519-8E57-A05784EA84F3} failed due to the following error: 80040154.

Could anyone help me? What steps I need to deploy the app on my local and be able to edit it on VS 2008?

Thank you !

[Reply][Quote]
Raul A. Chavez
Posts: 1300
Top 10 forum poster: 1300 posts
 
Re: how to customize the saleslogix address controlsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 20 Nov 09 11:45 AM
Not all the user controls may draw up properly on Design mode, so I wouldn't go by that, just work on Source mode.

The COM object that it is looking for appears to be the Group Translator, which leads to my following question:
Did you Install SLX Web Host on your Dev machine? If not, you will off course run into issues.

BTW: During the Installation of the Web Host it can create a Site for SLX and have it properly configured as an application, etc.

[Reply][Quote]
Veronka Capone
Posts: 113
 
Re: how to customize the saleslogix address controlsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 20 Nov 09 12:44 PM
Thanks, that worked. I missed the obvious ...
[Reply][Quote]
Veronka Capone
Posts: 113
 
Re: how to customize the saleslogix address controlsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 20 Nov 09 1:37 PM
This shouldn't be so hard !!!

I am looking AddEditAddress.ascx and we want to change State picklist (when saving to DB) save the state code rather than the State Name.
PicklistID which is referenced there does not exist in the DB.

How do I change this smartpart to save StateCode rather that the name?

Thanks.
[Reply][Quote]
Raul A. Chavez
Posts: 1300
Top 10 forum poster: 1300 posts
 
Re: how to customize the saleslogix address controlsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 20 Nov 09 2:05 PM
To store the Code value of the Picklist you have to set the picklist storage mode to Code: StorageMode="Code"

Also, if you do that, and you set ShortText to the Abbreviation and Text to the full State name, keep in mind that your Address Tab will also show the short text, since that is what would be stored on the DB.

[Reply][Quote]
Elliot Rodriguez
Posts: 15
 
Re: how to customize the saleslogix address controlsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 29 Jul 10 3:39 PM
Does this statement still hold true?

"The address control is not open to customizations. You will not be able to add new fields to it."

I have to add another textbox control that binds additional address info.
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: how to customize the saleslogix address controlsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 02 Aug 10 11:21 AM
I believe so (havent tried in SP2 but I cant imagine it has changed).
[Reply][Quote]
Harminder
Posts: 1
 
Re: how to customize the saleslogix address controlsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 22 Nov 15 10:48 AM

Hi Martin,


will this approch work on New Account, i have tried the same but while creating the new account m not able to save the new address.

[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 © 2024 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): 4/27/2024 7:01:32 AM