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
Further testing leads me to believe that any of the t_order custom fields will only record 12 characters when the custom field is set up to reference t_kwcoded_values for dropdown values. Any ideas as to why this is happening? Is is something in my setup, or is this a hardcoded value?
Jeff,
This is a defect in version 11 that is resolved in v12.
Best,
Anna
Thanks Anna!