Hi Experts,
I have Two custom BO's, CBO1 and CBO2. For custom BO CBO2 i have created a OVS with exposing few fields in the OVSValueSelectorInport.
This OVS i am using in CBO1 .
But i have a requirement where i need to pass the value to the exposed fields dynamically.
Example : i have a common field called X in the both the BO's.
When the CBO1 status field value is OPEN, i need to set the CBO1 - X field value to the CBO2 OVS Search parameters.
When the CBO2 status field value is COMPLETED , I don't need to pass any value to the CBO2 OVS search parameters( In this OVS also i have X field?).
i feel , Here i need two configurations of the OVS to acheive my requirement.!!
Is there any way to create multiple configurations for OVS in C4C??
When i am assigning OVS Component to the CBO2 field in the UI designer , If i bind the exposed X field value with the CBO2 field value , then in the both OPEN and COMPLETED Status of CBO2 it will filter the result and will show to me, but this is not what i want.??
Can any one please share an idea??
Thanks,
Mani