Query with EAI Siebel Adapter, returns SBL-DAT-00464 Unable to find the parent Buscomp of Buscomp
Hello Everyone,
When I try to use the Query method of the EAI Siebel Adapter service, Im getting the the error SBL-DAT-00464 Unable to find the parent Buscomp of buscomp. My case is like that; there are two applets on the view with parent-child relationship (upper applet parent and the lower applet is child )
I need to show or no show some data on the child applet, according to the parent applet's some field. For example; If parent applet's field value is X, than show the data in child applet or dont show the data. There is of course a link between the parent and the child applet. First I added a calculated field on child applet's BC with ParentFieldValue, than set the child BC search spec with that calc field. Finally there is no problem and it works fine on UI. But whenever I try to call a workflow from a button