Monday, 6 June 2022

Set Property value from Java Script

pega.u.d.setProperty("PageName.Property","Value");


<html>

<body>

function SetPropertyValue(){

var v1 = document.GetElementByID("PropertyName").Value;

pega.u.d.setProperty("PageName.PropertyName","v1");

<input id = "PropertyName" onchange="SetPropertyValue()"/>

<input id = "PropertyName" value= "Value1"/>

</body>

</html>


No comments:

Post a Comment

Get PageList Exported to excel

  Get PageList Exported to excel 1. Create a Excel template as following format      A1: Column Name : Case ID       A2: Property Reference ...