Siebel Business Process & Functionality (MOSC)

MOSC Banner

Cfgui.js addPortItem Function - Need more information

edited Dec 16, 2016 12:08AM in Siebel Business Process & Functionality (MOSC) 2 commentsAnswered

Hi,

I'm trying to understand how the property set "instancePropSet" gets its values in the addPortItem function of cfgui.js. It gets the quote/order line item details like 'Product Id', 'Port Item Id' etc. Is it possible to get the value of 'Quote Item Id' OOTB field as well?

Any pointers will be really appreciated.

function addPortItem (tableId, instancePropSet)

{

   var hasGeneric = "";

   var intId      = "";

   var innerHTML  = "";

   var inputValue = "";

   var table      = null;

   var tr         = null;

   var td         = null;

   var prodId     = "";

   var quantity   = 0;

   var NoQtyCtrl  = "";

   var strDynDisable = "N";

   var readOnlyVal = "";

   var strDisplayName ="";

   var fieldListPropSet  = new JSSCfgPropertySet ();

   var strFieldList  = instancePropSet.GetProperty ("FieldList");

   fieldListPropSet.DecodeFromString (strFieldList);     

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