How to get the clipboard values from Javascript of HTML section
HI Everyone,
I have created one custom JS page(HTML section) to show count down timer. Here the count down will start from future date to current date time. Future date values will be getting dynamically from the clipboard pages.
var AppointDate = "<pega:reference name="pyWorkPage.AppointmenDate"/>";
I used the above code to retain values but it is coming empty. This value is taking from standard thread instead of taking from workobject thread.
Can anybody help me how to get the values from workobject thread clipboard values?
Thanks,
Dinesh