Is it possible to add an existing VF page to a tab in Skuid
Page 1 / 1
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
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/
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.