Hello
I have a skuid page to look at Cases. Some of these cases need an approval processes. I would like to have users click a Submit for Approval and Approve/Reject button that brings up a popup. In that popup is an iframe that contains the url for the appropriate approval screens. For approval, the template html is
This should bring up the standard Salesforce Approve/Reject screen in a little popup on the page so that the user isn’t forced into a new tab.
However, when this renders it brings up an error saying that the page doesn’t exist. When I inspect the element in the browser, the link is showing up as skuid.na28.visual.force.com/apex/na28.salesforce.com/p/process/ProcessInstanceWorkitemWizardStageManager?id={{{$Model.CurrentWorkItem.data.0.Id}}}
The id is forming properly for the ProcessInstanceWorkItem object that is being acted on, but for some reason skuid is attaching the skuid visualforce info to the begining of the URL when I’m not telling it to.
Is there a way around this? Is it possible to have an iframe in a popup like this?
Thanks!