Hello experts, masters of C4C!
I've created an OVS that lists an object and, when the OVS popup is shown, is possible to filter the list successfully.
I'm trying to achieve the same filter when the user types directly in the field.
What I have done so far:
1) I created a new inport parameter named "VehicleName" and the "InportHandler" event.
2) I created an extended field in Service_Request_QC and configured the "VehicleName" parameter to receive the value from the extended field.
3) In the "InportHandler" event, I created an operation to copy the value from inport to the same field used to filter when popup is open (the popup filter works).
4) In the "InportHandler" event, I created a FireEventHandler to call the same event used when the popup is open (the popup filter works).
Is there something wrong? Anyone knows how to do this?
Thanks in advance,
Alexandre.