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!
|
|
how to customize the saleslogix address controls
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 |
|
|
| |
| |
| |
|
Re: how to customize the saleslogix address controls
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
|
|
|
|
Re: how to customize the saleslogix address controls
Posted: 10 Jul 08 4:59 PM
|
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. |
|
|
|
Re: how to customize the saleslogix address controls
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? |
|
|
|
Re: how to customize the saleslogix address controls
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 |
|
|
| |
| |
|
Re: how to customize the saleslogix address controls
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 !
|
|
|
|
Re: how to customize the saleslogix address controls
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.
|
|
|
| |
|
Re: how to customize the saleslogix address controls
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. |
|
|
|
Re: how to customize the saleslogix address controls
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.
|
|
|
|
Re: how to customize the saleslogix address controls
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. |
|
|
| |
| |
|