Hi,
I want to use the resourcesSeach function to return a list of reports. I'm using the code:
var search = v.resourcesSearch({ folderUri: "/", recursive: true, types:["reportUnit"], success: function(repo) {... get report list here}, error: function(err){ alert('error: ' + err);} });
What I want to do is only list the reports that I (the logged on user) created. Is there a parameter I can set to limit the list returned?
Thanks,
Mike
0 Answers:
No answers yet