Not getting property value in PR
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);