Displaying workobject blob in the workarea from archive database in review harness
Hi, I am trying to display workobject blob from my archive database in the workarea in review harness. using below function to display the object in review harness.
somehow it's replacing the entire window instead of just replacing the workarea portal.
if i remove _self it's openning in a popup. Any suggestion to display it in just work area part.
openUrlInWindow(pxReqURI + '[email protected]' , '_self', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=800,height=600',true);
***Edited by Moderator Marije to add Capability tags***