-3

I amd new in people code , creating one application in which we need to transfer variable from one peoplecode page to antother page containing HTML area. When i am trying to do the same i am getting blank page.

MT0
  • 143,790
  • 11
  • 59
  • 117
sandeep
  • 1
  • 5

1 Answers1

0

You don't need to transfer variable values from one peoplecode event (e.g. page1.activate) to another (e.g. page2.activate).

  • First and better solution: Assign your html area object to a component record field and you can access its value within context of your component.
  • Another solution: Declare a variable at component level
Frank Ockenfuss
  • 2,023
  • 11
  • 26
  • Hi Franks thanks for above comment my requirement is i am reading on pdf file signdata and passing in one method of java class to get hash data of pdf .After that i am taking that hash data and put it one variable inside HTML area in which we are calling java script function deployjava.js to load jre on that HTML area but that is not happining. We are able to load JRE properly if using only html area without peoplesoft code in separate page – sandeep Feb 25 '16 at 07:11
  • Please add your source code to your question. In addition, describe your component, page and field definitions concerned by this workflow. Otherwise it's difficult to help you. – Frank Ockenfuss Feb 25 '16 at 13:49
  • Hi Franks Please suggest is there is any way to access people code variable from static HTML area (defined as constant ) not from dynamic HTML area.(defined as field ). – sandeep Feb 26 '16 at 07:05