Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Nested Search Spec in EAI Siebel Adapter

edited Apr 21, 2013 7:32PM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 6 commentsAnswered ✓
Hi,
I have a custom code in BS to create the search spec for EAI Siebel Adapter.Query method dynamically. The code creates a search spec like below:

(ICName.Field = 'ABC' OR ICName.Field = 'DEF' OR ICName.Field = 'GHI')

While examining the logs for the output of the EAI Siebel Adapter.Query method we have found that the above search spec have been transformed into one like below:

(((ICName.Field = 'ABC') OR ICName.Field = 'DEF') OR ICName.Field = 'GHI')

Can you notice that the search spec is 'nested'?? I just wanna know the reason behind this nesting.. Is there any way to avoid this nesting??

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center