Skip to main content
Nintex Community Menu Bar

Is it possible to add an existing VF page to a tab in Skuid

Yes!  It is generally possible.  Start here:  https://community.skuid.com/t/visualforce-missing-as-option-on-page-include-component


Here is the iframe syntax i am using

https://c.na25.visual.force.com/apex/gpInventoryTransfer_Override_View2?ID={{{ID}}}&isdtp=vw&quo...; width="100%" height="600px" frameborder="0"/>

However i am getting the following when i preview the page

RackMultipart20160331-110605-omm68m-Untitled_inline.png


Hi,

you do not need to indicate the first part of the link , try this instead

gpInventoryTransfer_Override_View2?ID={{{ID}}}&isdtp=vw&quo...; width="100%" height="600px" frameborder="0"/>

Basically remove that part: https://c.na25.visual.force.com/apex/