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

MOSC Banner

Not getting property value in PR

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

Hi,

My below PR code is not fetching the value of the property set in PM. The property value is set perfectly in the PM. I could see it in the console.log in PM. But same is not fetched in PR. Can you please point out what has gone wrong?

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

    SiebelJS.Namespace("SiebelAppFacade.SWInternalDivisionPR");

   

    define("siebel/custom/SWInternalDivisionPR", ["siebel/phyrenderer","3rdParty/jstree/jquery.jstree"], function() {

        SiebelAppFacade.SWInternalDivisionPR = (function() {

            function SWInternalDivisionPR(pm) {

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

            }

            SiebelJS.Extend(SWInternalDivisionPR, SiebelAppFacade.PhysicalRenderer);

            SWInternalDivisionPR.prototype.Init = function() {

                SiebelAppFacade.SWInternalDivisionPR.superclass.Init.apply(this, arguments);

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