Siebel Business Process & Functionality (MOSC)

MOSC Banner

Where to find value of argument in Inputs.GetProperty("anyvariable")?

edited Oct 7, 2015 10:01AM in Siebel Business Process & Functionality (MOSC) 1 commentAnswered

Hi Oracle Community,

I am looking for some orientation which sources to look for when it comes to code parts using Inputs.GetProperty and you want to know which value is the GetProperty referring to. For example

var strRowID = Inputs.GetProperty("strRowID");

strRowID is being declared using Inputs.GetProperty("strRowID") but where can I find the value of "strRowID".

In another part of the code it says:

SetFieldValue("AV Flag", vReadOnly);

and vReadOnly is declared as

var vReadOnly = Inputs.GetProperty("blnReadOnly");

but nowehere is mentioned which the value of "blnReadOnly" is. The code is part of a Business Service, invoked through an Applet Server Script.

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