Inserting dropbox into a tab inside an opportunity
I am new to Skuid and I am creating my first page to replace our opportunity page that has gotten way to long. I want to use tabs and I have that working but in one of the tabs I want to insert the dropbox VF object. I do not know where to start.
Tagged:
1
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments
Thanks so much for the help.
So it should read the following? id={{{$Model.Opportunity.data.0.Id}}}
<iframe src="/apex/FileIt_Opportunity?id={{{$Param.id}}}" seamless="seamless" width="700px" height="400px" frameborder="0" />
Let us know if you've any follow-up questions, Lloyd.