Page 3 of 3

Is there a limit to the number of variables defined in a collection?

Posted: Tue Jan 14, 2014 10:17 am
by Maryna Brodina

Hello!
1) You have incorrect fields names in service. You'd created collection, then created service to call collection and changed collection structure. Now collection fields have different names than in service. Fot example in service Date (date colletion), service county (incident_county collection), service state (incident_state collection), service stop_legit (legit colection), etc. Change fields names in service or create services from scratch.
2) While mapping to field with date type there should be specific date format (see https://getsatisfaction.com/apperyio/...)
3) While mapping to field with array type you have to add JS in mapping and return array in this JS.