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

MOSC Banner

EAI Query By Example (QBE) - Not equal

edited Oct 27, 2019 5:09AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 2 commentsAnswered

Hi all,

I would like to perform a QBE using EAI Siebel Adapter and i'd like a value of a field to be different from a specific value. Which is the syntax?

For example in the following i'd like to exclude accounts which have Type <> Residential. Any ideas?

<?xml version = "1.0" encoding = "UTF-8"?>

<?Siebel-Property-Set EscapeNames="false"?>

<SiebelMessage MessageId = "1-2IOY" IntObjectName = "EAI Account" MessageType = "Integration Object" IntObjectFormat = "Siebel Hierarchical">

<ListOfAccount>

<Account>

  <CSN>*</CSN>

  <HomePage>*</HomePage>

  <Location>H*</Location>

  <Name>A*</Name>

  <Type>Residential</Type>

</Account>

</ListOfAccount>

</SiebelMessage>

Tagged:

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