Having customers update their phone information

As of 1.1.2, I added the phone information into our database and now require all new users to add that information. But we have about 500 users who we would like to have update their phone number. Is there any way I can add that field to their preferences page and make it editable by them? ********************************* Jake Covert Infrastructure Analyst Electronic Data Systems PSIC Support Group (586) 986-9698 Work (586) 518-3859 Pager http://www.eds.com *********************************

Hi Jake, On Wed, Jul 23, 2003 at 09:03:14AM -0400, Covert, Jake wrote:
As of 1.1.2, I added the phone information into our database and now require all new users to add that information.
But we have about 500 users who we would like to have update their phone number. Is there any way I can add that field to their preferences page and make it editable by them?
It would be possible to add a customer user preferences named phone and it would be possible to make it editable by them (just a config option). But customer user preferences will not be shown in the customer info table. Just info from the customer-table. Solutions: a) Create the customer user preferences - phone - and the phone number will be in the customer_perferences table. Add a trigger function to the database (if possible) which updates the customer-table. If you don't want to add a trigger function, you also could do this via a little script every night (via cron). b) Patch the Kernel/System/CustomerUser/DB.pm to read also the preferences stuff of one customer user. PS: If we can help...
********************************* Jake Covert Infrastructure Analyst Electronic Data Systems PSIC Support Group (586) 986-9698 Work (586) 518-3859 Pager http://www.eds.com *********************************
-Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ --
participants (2)
-
Covert, Jake
-
Martin Edenhofer