Page 1 of 1

Increase Character limit

Posted: Mon Jan 23, 2012 5:29 pm
by Crazziee
Can someone point me in the direction of how to increase the character limit in Admin interface order form?

Currently I can only enter up to 50 characters in the Company filed and I would like to extend the 256 if possible.

Thanks.

Re: Increase Character limit

Posted: Mon Jan 23, 2012 8:32 pm
by david-ebt
You'll need to start by updating the ac_Addresses.Company database field to 255 characters and update the BillToCompany and ShipToCompany fields in the Admin\Orders\Create\CreateOrder3.aspx page. I don't think the CommerceBuilder DLLs will affect this change.

This only updates the create order page. There are other admin pages where you can edit the company name you might also want to update.

Re: Increase Character limit

Posted: Tue Jan 24, 2012 12:30 pm
by Crazziee
thanks for the help. That will get me started :)