Open mrhyde1st opened 4 years ago
Ok found the fix, within stratus-forms-data-SPServices added after the fieldsToRead;
var queryOptions = '<QueryOptions>' +
'<ViewAttributes Scope="Recursive" />' +
'</QueryOptions>';
After CAMLQuery: query, add:
CAMLQueryOptions: queryOptions,
Is there a way to have the form still read information if I've moved the list item to an archive folder within the same list?