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

MOSC Banner

Why am I getting null value for GetEl() function in PW

edited Sep 14, 2017 3:45PM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 2 commentsAnswered

Hi,

Can anyone please help me with this code? I do not understand why am I getting null value for GetEl() function?

if (typeof (SiebelAppFacade.sw_member_role_PW) === "undefined") {

SiebelJS.Namespace("SiebelAppFacade.sw_member_role_PW");

define("siebel/custom/sw_member_role_PW", ["siebel/pwinfra"],

  function () {

   SiebelAppFacade.sw_member_role_PW = (function () {

    function sw_member_role_PW() {

     SiebelAppFacade.sw_member_role_PW.superclass.constructor.apply(this, arguments);

    }

    SiebelJS.Extend(sw_member_role_PW, SiebelAppFacade.DropDownPW);

    sw_member_role_PW.prototype.ShowUI = function (control) {

         SiebelAppFacade.sw_member_role_PW.superclass.ShowUI.apply(this, arguments);

        var el = this.GetEl();

     if(el && el.length){

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