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

MOSC Banner

VBC field is coming read-only in pick applet Query Mode

Hi Guru's,

We are creating a pick applet based on the VBC. One field is coming read only and another one is coming as editable in the query mode. We used the below code to initialize the VBC fields.

Same is working in the List Applet(With Same VBC and BS).

function Init (Inputs, Outputs, fields)

{

for (var i = 0; i < fields.length; i++)

   {

  var fieldname= fields[i];

    Outputs.SetProperty(fieldname, "");

   }

   return (CancelOperation);

}

Any advises please,

Regards

Shaik Ismail

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