Code: Select all
changeElementValue("CCS1ACTION","MAP");
pui.click('btnSubmit');
But what I am trying to do is to use the value of the CCS1ACTION field value in the OnLoad Javascript of the second record format. But as I found out, this value is not visible in the Onload javascript of the second record format.
I have put the below statement in the OnLoad script of the second format and I see the value Undefined.
Code: Select all
alert(CCS1ACTION.getElementValue);
Kindly provide your suggestions on how this can be achieved.