StratusForms icon indicating copy to clipboard operation
StratusForms copied to clipboard

Archiving

Open mrhyde1st opened this issue 4 years ago • 1 comments

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?

mrhyde1st avatar Mar 31 '20 09:03 mrhyde1st

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,

mrhyde1st avatar Apr 28 '20 08:04 mrhyde1st