Skip to main content
7-Bedrock
October 4, 2023
Question

How to create Jasper report custom input page with itempicker

  • October 4, 2023
  • 1 reply
  • 1105 views

Has anyone tried to create a custom input page for a Jasper report with an itempicker?  I see that the ootb  ChangeSummary report uses one - I tried to copy the pattern where it uses a .js script to set the contextOid (of the selectedobject) as a hidden input (and verify it is set when I debug) and submits the form but it is not getting passed to the report task.xml.  

 

Thanks.

 

 

1 reply

24-Ruby III
October 5, 2023
rgm17-BedrockAuthor
7-Bedrock
October 6, 2023

Thanks - I did see this but this does not include a picker.  I tried to modify by adding above the name

 

<wctags:itemPicker id="itemPicker" objectType="wt.part.WTPart" label="part picker" />

 

but when I click the search button the popup window is blank.  Am I missing something?  I am using this generic tag from the pickers help page.