michael.smith Posted August 13, 2015 Posted August 13, 2015 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);} });[/code]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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now