Repeating fields
Posted: Fri Aug 17, 2012 4:02 pm
I have a solution with a parent record, and child records; the child records have a repeating field. All of the repetitions of the repeating field are on the sync layout for both the mobile and hosted files being synced. However, the data from the very first repetition never makes it into the hosted file. When I look at the package file Header, the first field repetition doesn't explicitly have the repetition number in square brackets:
I haven't poked around the parsing scripts on the hosted file much, but I'm wondering if that's preventing it from being processed correctly.
- Code: Select all
ATTENDANCE::ID__pk!•!ATTENDANCE::RollsheetID__fk!•!ATTENDANCE::CreationStamp__dm!•!ATTENDANCE::ModificationStamp__dm!•!ATTENDANCE::StudentID__fk!•!ATTENDANCE::Attendance__dn!•!ATTENDANCE::Attendance__dn[2]!•!ATTENDANCE::Attendance__dn[3]!•!ATTENDANCE::Attendance__dn[4]!•!ATTENDANCE::Attendance__dn[5]!•!ATTENDANCE::Attendance__dn[6]!•!ATTENDANCE::Attendance__dn[7]!•!ATTENDANCE::Attendance__dn[8]!•!ATTENDANCE::Attendance__dn[9]!•!ATTENDANCE::Attendance__dn[10]!•!ATTENDANCE::Attendance__dn[11]!•!ATTENDANCE::Attendance__dn[12]!•!ATTENDANCE::Attendance__dn[13]!•!ATTENDANCE::Attendance__dn[14]!•!ATTENDANCE::Attendance__dn[15]!•!ATTENDANCE::Attendance__dn[16]!•!ATTENDANCE::Attendance__dn[17]!•!ATTENDANCE::Attendance__dn[18]!•!ATTENDANCE::Attendance__dn[19]!•!ATTENDANCE::Attendance__dn[20]!•!
I haven't poked around the parsing scripts on the hosted file much, but I'm wondering if that's preventing it from being processed correctly.