Where does my Page Two Multilist data go when adding more than 31 entries?
I notice that when looking at the Page_Two table, typically multilist values show as comma-separated values matching the ids in the Listentry table. However, when the number of entries exceeds about 31, and the total size of the data exceeds 255 characters (particularly for Multilist01, Multilist02 and Multilist03 fields), the data in the fields truncates. However, the application continues to show complete information.
Where in the DB does this data go? I need to query information to compare to our ERP data, and the data in the Page_Two table is incomplete.