Hi,
I have selected * as the output parameter of my xacute query but when I try to get the values of different parameters in javascript, it gives me a blank. However, if I select one specific parameter as the output parameter, my javascript code returns its value.
Example:
Xacute's Output Parameter - *
Code: document.iCommandName.getValueByName("TestVar1",1); - Returns blank
document.iCommandName.getValueByName("TestVar2",1); - Returns blank
Xacute's Output Parameter - TestVar1
Code: document.iCommandName.getValueByName("TestVar1",1); - Returns correct value
Is this a known issue in 14.0 SP5? Pointers on this are highly appreciated.
Thanks & Regards,
Anuj