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

MOSC Banner

EAI Siebel Adapter Query using custom Business service

edited Apr 24, 2019 5:00AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 1 commentAnswered

Dear Team,

I am trying to call EAI Siebel query BS in custom BS,

Parent-Child -->Parent Value Opportunity. Name and child is Opportunity Attachment. Attachment Classificatio.

below script, fetches child records  and give specific attachment IO instance as out put.

But var searchSpec = '[Opportunity.Name]= '"+[sOpty]+"' AND [Opportunity Attachment.Attachment Classification]= '"+[LOVText]"''; is validating.

Could you please advice how to correct this

function Service_PreInvokeMethod (MethodName, Inputs, Outputs)

{

if (MethodName == "Run" )

{

     var EAIService = TheApplication().GetService("EAI Siebel Adapter");

     var EAIin:PropertySet = TheApplication().NewPropertySet();

var EAIOut:PropertySet = TheApplication().NewPropertySet();

     var sOpty = EAIin.GetProperty("Oppty")

     var sDocument  = EAIin.GetProperty("Document");

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