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

MOSC Banner

EAI Siebel Adapter- Query

Hi Team,

I want to call EAI Siebel Adapter query Method in custom business service with Search Sepc condition and capture the Siebel message in custom bs output.

I'm trying as below but it is giving child property error.

Could you help me on this


var intObjectName = Inputs.GetProperty("OpportunityAttachementQuery");

var LOVText = TheApplication().InvokeMethod("OPTY_ATTACH_CLASFIC",'"+[sDocument]+"');

var searchSpec = "[Opportunity.Name]= '"+[ContractNumber]+"' AND [Opportunity Attachment.Attachment Classification]= '"+[LOVText]+"'";

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

var psInputs = TheApplication().NewPropertySet();

var psOutputs  = TheApplication().NewPropertySet();

psInputs.SetProperty("OutputIntObjectName",intObjectName);

psInputs.SetProperty("SearchSpec",searchSpec);

bs.InvokeMethod("Query", psInputs, psOutputs);

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