Hi,
I have a requirement as follows:
On a custom BO QC screen I have a customer field. At the moment it is using the standard Account OVS and this shows all accounts. I need the OVS to show only the Involved Parties of an Opportunity. I have the Opportunity ID in the QC so can pass this to the OVS.
I have created a custom OVS as per the help and based on the Opportunity BO and created a query based on ID. This works fine to show the Opportunity in the OVS and selecting this passed it back to the field.
Then I set the advancedlistpane to use preview and put a dependent advancedlistpane underneath (bound to ExternalParty node), with the hope that selection of the Opportunity would display the involved parties underneath and allow selection. I removed the OnLeadSelectionChange event from the parent advancedlistpane to prevent the OVS from being closed when selecting the Opportunity.
This doesn't work though as selecting the Opportunity does nothing. Ideally I dont actually want the Opportunity ID advancedlistpane at all, but binding directly to the ExternalParty doesn't seem to work.
Can anyone advise if I am on the right path and whether this sounds feasible or if there is a better approach for this?
Thanks,
Sam