• Steven Fafel
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Hello all,
I am trying to build a customized "Items to Approve" list.  I have an "Approval__c" custom object that has an approval workflow.  I am trying to create a Visualforce page that is bound to the results of a query.  The query simple needs to return a list of Approvals for which the currently logged in user has a pending approval.  It is possible it isn't a query...but a query and some additional steps (loops, iteration, etc.)

Any help would be greatly appreciated!

Steve
Hello all.  We are looking to a solution for a height problem.  We have an IFrame on a detail page (that contains a Visualforce page).  The height of the content of the IFrame is dynamic but it seemed like our only choice was to set a fixed height on the IFrame.  When the content doesn't fill the frame height, the result is a blank space.  The image below (or attached) shows this blank space.  Does anyone know how to set the height of the IFrame based on the height of the content?

 IFrame Dynamic Height Needed