t_order.custom_8 character limit??

Hello,

I am using t_order.custom_8 for a custom 'Donation Type' field on the order. It is referencing t_kwcoded_values to fuel a dropdown of donation types (maximum length is 25 characters). The problem I am encountering is that custom_8 is only recording 12 values. Custom_8 is set to varchar(255) in the database, so there's no restriction there. I ran a trace and found that the insert statement is only inserting the first 12 characters of data. I have been over my setup 100 times and can't find anything amiss. Is this a hard coded character limit? I did find one other forum post where this same issue was referenced, but there were no responses. Anybody have any ideas on this?

Thanks!

Jeff



[edited by: Jeff Stahel at 12:06 PM (GMT -6) on 16 May 2014] Well, I did further testing and found that when referencing t_kwcoded_values for dropdown values, all custom fields in t_order only record 12 values.
Parents Reply Children
No Data