Category: | Feature request |
Priority: | Normal |
Status: | New |
Project: | Severity: | Major |
Resolution: | Open |
|
Component: | Reproducibility: | N/A |
Assigned to: |
Hi Guys,
I stumbled across a problem while running a reports via webservice-client 'WSClient'.
My implementation calls the WSClient to get a list of all reports.
get list of all reports:
~~~~~~~~~~~~~~~~~~~~~~~~
List<ResourceDescriptor> reports = client
.listResources(ResourceDescriptor.TYPE_REPORTUNIT);
For each report I like to obtain all assigned Input Controls. But this is currently only possible if the input control provides a LOV. In my case I need all Input Controls to decide whether I render an input control on my front-end required and/or visible.
Kind regards//Kevin