PDA

View Full Version : Salutation Field Length


RichFoxall
16-Oct-2003, 12:40 PM
I want to be able to enter more than the 15 characters currently allowed in the salutation field.

I have edited the template to allow the text to be typed but on submission it says the field is limited to 15 characters.

Where does it need to be edited?
Is it possible?
Is it a database design edit as well as an edit in perl?
Which scripts?

Thanks in advance

Jan
16-Oct-2003, 02:19 PM
Salutation is limited to 15 characters on the database. You could try making the field bigger in the database but there are text limits set in Actinic as well and I don't know what they are for that field.

Regards,

cdicken
17-Oct-2003, 02:15 PM
No ideas on this one.

You could just use one of the other address fields (e.g. Fax) which does not have so strict a limit. Then just edit Act_Order01.html in order to put your edited field at the top of the invoice address table.

RichFoxall
17-Oct-2003, 02:24 PM
Thanks for the thoughts,

I'll work around using another field.

Cheers,


:)