Anyone know how to derive a link that opens up the desired Landmark endpoint inside the associated Ming.le iframe instead of going directly to the Landmark endpoint?
For example, I'm using the link below in a User Action notification email to allow users to navigate directly to the work item when the user needs to Reassign the approver because the Reassign action button does not function in the email (separate issue with User Action - Action Command not firing or redirecting to ReassignApproverPendingApproval action form).
This link resolves, but the redirect back to the Inbasket page from the Reassign action PUT Request is failing to load. It appears to be some sort of session / auth issue I suspect because I'm going directly to a Landmark server endpoint and the redirect is back to Ming.le.
To avoid this I'd like to link directly to Ming.le and open the Invoice PortalApprovalPayablesInvoiceForm, but haven't found a way do this.
Any ideas? We are single tenant v11 CSF.
https://<!LandmarkHost>:1443/<!DataArea>/Approver/form/PayablesInvoice(<!ApCompany>,<!PayablesInvoice>).PortalApprovalPayablesInvoiceForm?navigation=PayablesInvoice(<!ApCompany>,<!PayablesInvoice>).InvoiceLinkbackNav&nc.PfiActivity=<!PfiActivity>&nc.PfiTask.TaskName=<!Actor>&nc.PfiWorkunit=<!Workunit>&nc.PfiQueueAssignment=1&nc.PfiTask.TaskType=1

