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

MOSC Banner

Select one of a ListOf using UI Data Map / dot notation / alias

edited Dec 16, 2016 12:26AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 2 commentsAnswered ✓

I have a complex source Integration Object instance that contains the following:

<Customer>

  <Address>

    <ListOfCity>

      <City>

        <Number>1</Number>

        <Name>Elstead</Name>

      </City>

      <City>

        <Number>2</Number>

        <Name>Godalming</Name>

      </City>

    </ListOfCity>

  </Address>

</Customer>

I want to map out "City Name" where "City Number" is 1, from <ListOfCity>, into a single address strucutre:

<Customer>

  <Address>

    <City>Elstead</City>

  </Address>

</Customer>

Is there any way, using the UI Data Map, dot notation or alias functionality to address that one element instance within the ListOf?

I'm desparately trying to avoid eScript but fell myself pushed into it by the limited functionality of the declarative alternatives.

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