Hello,
I'm trying to troubleshoot a portal inbasket exec for PA42 (Job Requisition). Please bare with me....it's kinda long:
I have created design studio form and page(jal_pa42.1_detail.xml) with the following javascript:
function FORM_OnAfterDataInit()
{
//read the portal page url and get variables
var strCompany=portalWnd.getVarFromString("PJR_COMPANY",portalWnd.document.location);
var strReq=portalWnd.getVarFromString("PJR_REQUISITION",portalWnd.document.location);
//set variables to the fields
lawForm.setFormValue("text1",strCompany);
lawForm.setFormValue("text2",strReq);
//do an inquire
lawformDoFunction("I");
}
When I call the portal page directly via url such as:
myserver.mycompany.com/.../index.htm The page displays just fine, fills the key fields (co, req#) and the inquire is successful.
now I take the portal page that I created (jal_pa42.1_detail.xml) and add it to my workflow user action node work tab in the exec field. I save, upload and kick off the workflow. When the approver goes and clicks the workunit # the form is displayed but the inquire is not successful. It's not mapping the company and requisition # fields.
What am I missing? How do you link the action of clicking on the inbasket workunit so that the fields pjr-company, pjr-requisition are filled when the inbasket exec displays?
super detailed screenshots attached.
Any help is appreciated!
Alex-