Question
3
Replies
76
Views
P3Fusion
Posted: July 19, 2019
Last activity: July 22, 2019
Closed
Display Case ID in DropDown
I need to display a list of case id in section dropdown2 based on another dropdown1. Dropdown1 consists of class Group Names listed...
Configure a data page source from report definition
In the report definition you will fetch the list of Case Id from the report definition
add where clause as objClass which is selected in the first drop down
Configure onChange to refresh the section on first dropdown
The Report Definition Should be written in the class Group
Please find the attachment