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

MOSC Banner

Concatenate Integration object IO Field with multiple IO instances

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

Hello - What is the best way to Concatenate Integration object IO Field with multiple IO instances. Here is the IO instance

and I would like to get  AreaOfPractice value as A;B;C

I know we can do it via script. Is there any non-script/declarative option do do this?

<ListOfAccount>

   <Account>

        <AreaOfPractice>A<\AreaOfPractice>

    </Account> 

  <Account>

        <AreaOfPractice>B<\AreaOfPractice>

    </Account>

  <Account>

        <AreaOfPractice>C<\AreaOfPractice>

    </Account>

</ListOfAccount>

Thanks

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