Looking to embed an existing VF page on a skid page tab.

Found some info on it but missing the basic starting point as to where to place a reference to the VF Page. I am totally new to Skuid. Basic starting as to what Component type is needed? Other basic starting points would be helpful.

Thanks!

This forum post is the best place to start looking:  https://community.skuid.com/t/visualforce-missing-as-option-on-page-include-component

Very good, thanks Rob. I’ll dig into it.

Hey Rob, I am getting this now, "
The name can only contain underscores and alphanumeric characters. It must begin with a letter and be unique, and must not include spaces, end with an underscore, or contain two consecutive underscores."

Here is the iframe I used from the thread you mentioned.

Here is a screen shot of the layout and referenced VF Page. Any quick ideas? Thanks again!

VF Page Referenced below.

Aha. Box.com. We’ve seen this before.

First. You don’t wrap your VF Page name in <> That is why you are getting the error message.

But Second. Because the VF page is really just generating an iFrame and passing parameters to it, you can bypass the VF page entirely and just put the iFrame with parameters into the template component in your Skuid page.

Here is another forum post where this is described: https://community.skuid.com/t/adding-a-box-custom-component-or-template-to-my-page

Cheers.