verizonuser Posted December 7, 2009 Share Posted December 7, 2009 Hello,Im trying to get a way to obtain the resourceID for a scheduled report but looks like the webservice call does not return it back. Is there a way I can get it directly from the DB ? I need that key to create a mapping table for a custom requirement. Link to comment Share on other sites More sharing options...
lucianc Posted December 14, 2009 Share Posted December 14, 2009 Is that the ID of the resource generated by the job?If so, the only thing that you can do is to internally infer what the output resource(s) should be. E.g. if you schedule a job with MyReport as basename, /ContentFiles as output folder and PDF and XLS outputs, the job would result in /ContentFiles/MyReport.pdf and /ContentFiles/MyReport.xls. A case that makes this more difficult is when timestamps are added to the output resource names.Regards,Lucian Link to comment Share on other sites More sharing options...
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