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

MOSC Banner

Output of Async BS call from JavaScript PR/PM on button Click

edited Nov 30, 2018 12:26AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 5 commentsAnswered

Requirement:- Call a BS method async on click of a button from JavaScript post some validations. We have attempted it using ajax call as mentioned in below Oracle doc.

http://docs.oracle.com/cd/E14004_01/books/config_open_ui/customizing12.html

Its working as expected only catch is that we are not able to capture Output from Propset though BS is performing the intended operation.

Output from Siebel BS method:-
Outputs.SetProperty("Status","UpdateSuccess");

Issue:- Error is coming in below step as java script is not able to get property from output property set:-
var updateStatus = oPS1.GetChild(0).GetProperty("Status");

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