LIST FIELD TYPE ATTRIBUTES

oww15
Tera Contributor

Hi everyone!

 

I need to get all the input entries in the back end view of this field. If I input 2 or more values in the variable in the catalog item, it should appear also in the backend however I am only getting one value. What should I input in the attributes for it to show all the values I selected?

Thanks!

 

1 ACCEPTED SOLUTION

That is exactly what we did.  Check the field length on the List field on the table.  Its probably 32, change it to 4000 and see if that fixes the problem.  If not you may have to either file a support ticket to see if they can fix it or just delete the field and recreate it.

 

View solution in original post

6 REPLIES 6

DrewW
Mega Sage
Mega Sage

Need more information.  Do you not see them once you have submitted the cat item?  Do you not see them in an onChange script?  If its an onChange script which field is it on?  Do you see two values when there are three added?  Have you checked to see if there is a console error in the browser?

 

oww15
Tera Contributor

Hi when I submitted 2 or 3 values in the cat item, at the backend it always gets the first value entered. 

Is this cat item a record producer?

I have seen this issue once and it was because we changed a table field type from Reference to List and it caused our record producer to do this.

 

oww15
Tera Contributor

Yes this is a record producer, but it is the backend that I changed from refence into list type