5/5/2026 4:39:45 PM
|
| |
| 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!
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.
|
|
|
|
Modifying the Edit Address popup from an Address control Version 7.5.2
Posted: 07 Apr 10 2:09 PM
|
Hi all,
I am trying to add a control onto the Address popup for the Address Line 4 column. I've been stepping through the sage-controls.js to see if I can locate where it populates an array that holds the items needed to be displayed on the screen. I've spent the majority of my time trying to figure out where the function AddressControl(options) is being called and how options is populated. I feel I might be headed in the right direction and am hoping anyone might be able to assist me on this issue.
Thanks and all help is greatly appreciated!
Ali |
|
|
|
Re: Modifying the Edit Address popup from an Address control Version 7.5.2
Posted: 19 Apr 10 7:22 AM
|
Hi Ali,
I honestly wouldn't bother - by the time you have figured it out there will be a hotfix that changes the address control and you be back to square one. I would put all your edit address fields in a quickform (dialog), add a multiline textbox to the contact detail page with an onclick that launches you edit address dialog. You will have to populate the textbox on load of the page with the formatted address (not a hiuge amount of work) and repopulate when you close your dialog, again not a huge amount of work. But you could have done that quicker than looking into the out of the box address control (which is a pain to customise). You also have A LOT more control over a quickform than you would the edit address div.
Thanks, Nick |
|
|
|
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!
|
|
|
|
|
|
|
|