I have a map/reduce, it matches transactions on a Deposit against known details. (i.e. if this column detail (i.e Ref No.) matches this Amount tick the box)
It's set to run as Admin.
This data to match comes from a CSV that is uploaded via a SuiteLet.
The SuiteLet and M/R are set to run as administrator.
Can anyone suggest why matching fails for users that are able to access the SuiteLet to upload the CSV that do NOT have admin level access?
(by this I mean the script does not fail, I can see the data past in is correct / correct format but no line level matches happen).