Hi
I want to query the BO and display only certain instances in a advanced ListPane based on a query condition. But when i bind the custom query to the advanced list pane no data is displayed.
1. Created a Bo PersistForcastBo.
2. In Ti screen of PersistForcastBo add a tab QUALIFICATIONS.
3. Two Advanced List Panes are created in QUALIFICATIONS tab
4.fields of second advancedlist pane are bound to respective fields of Bo.
5.Also an absl action script I created which displays data in the advanced listpane on click of QUALIFICATIONS tab.
6.created a SADL Query in the controller and added the fields required for selection.
6.also created condition in the selected parameter
6. In AdvancedListPane added the default set created., but after the querying the Bo data doesnt display in AdvancedlistPane
Can Anyone Please suggest a solution to this.
Regards