we've noticed that in the prospects table, the title field is only 25 characters long, yet in the contact field, it's 50 characters. is it safe to increase the field size in prospects (and will it break anything if we do it)?
john
we've noticed that in the prospects table, the title field is only 25 characters long, yet in the contact field, it's 50 characters. is it safe to increase the field size in prospects (and will it break anything if we do it)?
john
Last edited by jhamill; 2006-01-17 at 10:57 PM. Reason: typo
as long as you change the length in the table and vardefs you should be fine.Originally Posted by jhamill
Kenneth Brill - Help Forum Moderator
I do not respond to 'Private Messages'. Please email me directly instead
When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
Help us Help You
I'm having a problem with this... I created a custom field in my Contact screen with a length of 25. Worked fine.
I then went into the Custom Field Editor and changed it to 50. When I go into the Contact Edit screen I can still only put in 25 characters. I deleted the field from the form, saved the form, and re-added the field and I can still only enter 25 characters, though the field definition has a Max size of 50.
Any ideas?
Thanks!!!
-Anthony
Hi John and Anthony,
You can directly change them through the phpMyAdmin. Simply run this query:
I did this for my leads custom field and changed the varchar value from 50 to 100. Change the "leads_cstm" to contact custom table name.ALTER TABLE `leads_cstm` CHANGE `website_c` `website_c` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT 'http://'
Hope this helps.
Regards,
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks