function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
LizaMuLizaMu 

Visualforce not displaying properly for any Profile but System Administrator

A consultant built some Visualforce pages for us and upon adding them to our Contact page layouts, I'm finding that they do not display properly for any Profile but the System Administrator profile. Even if I clone the system admin profile and assign it as a test to a different user, it continues to not display properly. 

 

For the system admins, the Contact record displays normally, with the below VF page inline about halfway down the page when field

 

contact.Legacy_RecordType__c == 'Fellow/Alum'

 

For any other profile, upon loading a Contact record it:

1) Jumps down the page to this VF page

2) Renders the page regardless of the Legacy Record Type

3) Leaves open for editing the lookup field 

!contact.EG_Finalist_Fellow_Org__c

 

Does anyone have any idea what might be going on? The consultant also installed the InlineVFExpander (https://appexchange.salesforce.com/listingDetail?listingId=a0N30000004cEEyEAM) which all profiles also have access to.

 

Things I've checked in my attempts to fix this:

-The fellowext class has profile access for all profiles

-The profiles all have access to all fields referenced here

 

<apex:page standardController="Contact"  extensions="fellowext" sidebar="false" rendered="{!contact.Legacy_RecordType__c == 'Fellow/Alum'}"  showHeader="false">
    <script>
function doRedirect()
{
window.parent.location.href = 'https://na14.salesforce.com/apex/FellowAlum_Edit?id={!contact.Id}';
}

</script>
        <apex:form >
            <apex:pageBlock title="Fellow/Alum Details" id="thePageBlock" mode="detail" rendered="{!contact.Legacy_RecordType__c == 'Fellow/Alum'}">
                <apex:pageMessages />
                <apex:pageBlockButtons >
                    <apex:commandButton value="Edit Fellow/Alum Fields" action="{!go}" onComplete="doRedirect()"/>
                                  
                </apex:pageBlockButtons>
                
                    <apex:pageBlockSection title="FELLOW/ALUM" columns="2">
                        
                       
                                <apex:outputField value="{!contact.EG_Finalist_Fellow_Org__c}" />
                                <apex:outputField value="{!contact.Fellow_Type__c}"/>
                                <apex:outputField value="{!contact.Fellowship_Year__c}"/>
                                <apex:outputField value="{!contact.Finalist_Year__c}"/> 
                                <apex:outputField value="{!contact.EG_Funded_Org_Structure__c}"/>
                                 </apex:pageBlockSection>
                                 
                                 <apex:pageBlockSection title="Fellow/Alumni Specifics" columns="2">
                                <apex:outputField value="{!contact.Program_Area__c}"/>   
                                <apex:outputField value="{!contact.Facebook_Profile__c}"/>  
                                <apex:outputField value="{!contact.Population_Expertise__c}"/>
                                <apex:outputField value="{!contact.Twitter_Handle__c}"/>
                                <apex:outputField value="{!contact.Geographic_Expertise__c}"/>
                                <apex:outputField value="{!contact.YouTube_Vimeo__c}"/>
                                <apex:outputField value="{!contact.Geographic_Reach_EG_Fellowship__c}"/>
                                <apex:outputField value="{!contact.Blog__c}"/>
                                <apex:pageBlockSectionItem ></apex:pageBlockSectionItem>
                                <apex:outputField value="{!contact.Flickr__c}"/>
                                <apex:pageBlockSectionItem ></apex:pageBlockSectionItem>
                                <apex:outputField value="{!contact.LinkedIn__c}"/> 
                                <apex:pageBlockSectionItem ></apex:pageBlockSectionItem> 
                                <apex:outputField value="{!contact.Tumblr__c}"/> 
                                <apex:pageBlockSectionItem ></apex:pageBlockSectionItem>
                                <apex:outputField value="{!contact.Product_Link__c}"/>
                                
                                </apex:pageBlockSection> 
                                <apex:pageBlockSection title="Fellow/Alumni Specifics(Text)" columns="1">
                                <apex:outputField value="{!contact.Bold_Idea__c}"/>
                                <apex:outputField value="{!contact.Professional_Expertise__c}"/> 
                                <apex:outputField value="{!contact.Website_Metadata__c}"/> 
                                <apex:outputField value="{!contact.Bio__c}"/> 
                                <apex:outputField value="{!contact.Moment_of_Obligation__c}"/> 
                                <apex:outputField value="{!contact.Product_Description__c}"/> 
                                <apex:outputField value="{!contact.EG_Funded_Org_Overview__c}"/> 
                                </apex:pageBlockSection>    

        </apex:pageBlock>
        </apex:form>
    </apex:page>

 

empucempuc

Hi LizaMu,

 

You've mentioned that all users / profiles have access to this class. Have You checked also the VF page as well?

 

Best regards

Devendra@SFDCDevendra@SFDC
Hi,

Along with visualforce page, check for Field Level security of those fields.

Thanks,
Devendra
Rahul SharmaRahul Sharma
If above post doesn't help you then try checking whether you are getting any JavaScript in Chrome(console) or Firebug(Mozilla/Chrome) or any other tools
LizaMuLizaMu

Yes, all profiles have access to that VF Page

LizaMuLizaMu
All profiles also have access to all fields referenced in the page code above
LizaMuLizaMu

So the JavaScript that seems to be running when a non-admin goes to the page is as follows (all populated fields values redacted). I can see where the VF is populating, but can anyone make sense of where this is going wrong? It was so long that I also had to redact what came over as the below value

name="com.salesforce.visualforce.ViewState" value=" "

 and a lot of datepicker code.

 

   <html><head><script>function getRecordIds(keyPrefix) { return [] }</script>
<script>__sfdcSessionId = '00Dd0000000c8TE!AQYAQHlBc_US4Ms2hYuJGQvO2GLbX0CcpDKBS.0ahkvoCchty7b.uiHf_x3ALkVqTvUJh802wUcGYMCcCmnqv.dOrS.o_giM'</script>
<script src="/jslibrary/1360895802000/sfdc/Security.js"></script><script>if (ClientHash.prototype.getClientHash('sid_Client') == null) document.location = '/apexpages/InlinePageError.apexp?domain=c.na14.visual.force.com&pageId=066d0000001PDqU';</script><script src="/faces/a4j/g/3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1364189339000" type="text/javascript"></script><script src="/jslibrary/1360895802000/sfdc/JiffyStubs.js"></script><script src="/static/101812/js/functions.js" type="text/javascript"></script><script src="/jslibrary/1360895802000/sfdc/main.js" type="text/javascript"></script><script src="/jslibrary/labels/1364186110000/en_US.js" type="text/javascript"></script><script src="/static/101812/desktop/desktopAjax.js" type="text/javascript"></script><script src="/static/101812/js/picklist.js" type="text/javascript"></script><script src="/jslibrary/1360895802000/sfdc/VFState.js" type="text/javascript"></script><link class="user" href="/sCSS/27.0/sprites/1362621144000/Theme3/default/gc/zen-componentsCompatible.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/27.0/sprites/1362621144000/Theme3/default/gc/elements.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/27.0/sprites/1362621144000/Theme3/default/gc/common.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/27.0/sprites/1362099738000/Theme3/gc/dStandard.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/27.0/sprites/1363280517000/Theme3/00Dd0000000c8TE/005d0000001fvuG/gc/dCustom0.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/27.0/sprites/1363280517000/Theme3/00Dd0000000c8TE/005d0000001fvuG/gc/dCustom1.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/27.0/sprites/1362621144000/Theme3/default/gc/extended.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/27.0/sprites/1362621144000/Theme3/default/gc/setup.css" rel="stylesheet" type="text/css" /></head><script>

function doRedirect()

{

window.parent.location.href = 'https://na14.salesforce.com/apex/FellowAlum_Edit?id=003d000000BjA2BAAV';

}

</script>
<form id="j_id0:j_id2" name="j_id0:j_id2" method="post" action="https://c.na14.visual.force.com/apex/FellowAlum_Section?id=003d000000BjA2B" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="j_id0:j_id2" value="j_id0:j_id2" />
<script> if(!window.sfdcPage){window.sfdcPage = new ApexDetailPage();}
UserContext.initialize({"networkId":"","locale":"en_US","labelLastModified":"1364186110000","isDefaultNetwork":true,"today":"4/1/2013 3:25 PM","timeFormat":"h:mm a","userPreferences":[{"index":112,"name":"HideInlineEditSplash","value":false},{"index":114,"name":"OverrideTaskSendNotification","value":false},{"index":115,"name":"DefaultTaskSendNotification","value":false},{"index":119,"name":"HideUserLayoutStdFieldInfo","value":false},{"index":116,"name":"HideRPPWarning","value":false},{"index":87,"name":"HideInlineSchedulingSplash","value":false},{"index":88,"name":"HideCRUCNotification","value":false},{"index":89,"name":"HideNewPLESplash","value":false},{"index":90,"name":"HideNewPLEWarnIE6","value":false},{"index":122,"name":"HideOverrideSharingMessage","value":false},{"index":91,"name":"HideProfileILEWarn","value":false},{"index":93,"name":"HideProfileElvVideo","value":false},{"index":97,"name":"ShowPicklistEditSplash","value":false},{"index":92,"name":"HideDataCategorySplash","value":false},{"index":128,"name":"ShowDealView","value":false},{"index":129,"name":"HideDealViewGuidedTour","value":false},{"index":132,"name":"HideKnowledgeFirstTimeSetupMsg","value":false},{"index":104,"name":"DefaultOffEntityPermsMsg","value":false},{"index":135,"name":"HideNewCsnSplash","value":false},{"index":101,"name":"HideBrowserWarning","value":false},{"index":139,"name":"HideDashboardBuilderGuidedTour","value":false},{"index":140,"name":"HideSchedulingGuidedTour","value":false},{"index":180,"name":"HideReportBuilderGuidedTour","value":false},{"index":183,"name":"HideAssociationQueueCallout","value":false},{"index":194,"name":"HideQTEBanner","value":false},{"index":193,"name":"HideChatterOnboardingSplash","value":true},{"index":195,"name":"HideSecondChatterOnboardingSplash","value":true},{"index":270,"name":"HideIDEGuidedTour","value":false},{"index":282,"name":"HideQueryToolGuidedTour","value":false},{"index":196,"name":"HideCSIGuidedTour","value":false},{"index":271,"name":"HideFewmetGuidedTour","value":false},{"index":272,"name":"HideEditorGuidedTour","value":false},{"index":205,"name":"HideApexTestGuidedTour","value":false},{"index":206,"name":"HideSetupProfileHeaderTour","value":false},{"index":207,"name":"HideSetupProfileObjectsAndTabsTour","value":false},{"index":213,"name":"DefaultOffArticleTypeEntityPermMsg","value":false},{"index":214,"name":"HideSelfInfluenceGetStarted","value":false},{"index":215,"name":"HideOtherInfluenceGetStarted","value":false},{"index":216,"name":"HideFeedToggleGuidedTour","value":false},{"index":268,"name":"ShowChatterTab178GuidedTour","value":false},{"index":275,"name":"HidePeopleTabDeprecationMsg","value":false},{"index":276,"name":"HideGroupTabDeprecationMsg","value":false},{"index":222,"name":"TouchExternalLinkReminderSuppression","value":false},{"index":224,"name":"HideUnifiedSearchGuidedTour","value":true},{"index":226,"name":"ShowDevContextMenu","value":true},{"index":227,"name":"HideWhatRecommenderForActivityQueues","value":false},{"index":228,"name":"HideLiveAgentFirstTimeSetupMsg","value":false},{"index":232,"name":"HideGroupAllowsGuestsMsgOnMemberWidget","value":false},{"index":233,"name":"HideGroupAllowsGuestsMsg","value":false},{"index":234,"name":"HideWhatAreGuestsMsg","value":false},{"index":235,"name":"HideNowAllowGuestsMsg","value":false},{"index":236,"name":"HideSocialAccountsAndContactsGuidedTour","value":true},{"index":237,"name":"HideAnalyticsHomeGuidedTour","value":false},{"index":238,"name":"ShowQuickCreateGuidedTour","value":false},{"index":245,"name":"HideFilePageGuidedTour","value":false},{"index":250,"name":"HideForecastingGuidedTour","value":false},{"index":242,"name":"TouchHideOptoutHover","value":false},{"index":251,"name":"HideBucketFieldGuide","value":false},{"index":263,"name":"HideSmartSearchCallOut","value":false},{"index":265,"name":"HideSocialProfilesKloutSplashScreen","value":false},{"index":273,"name":"ShowForecastingQuotaAttainment","value":false},{"index":280,"name":"HideForecastingQuotaColumn","value":false},{"index":301,"name":"HideManyWhoGuidedTour","value":false},{"index":284,"name":"HideExternalSharingModelGuidedTour","value":false},{"index":298,"name":"HideFileSyncBannerMsg","value":false},{"index":299,"name":"HideTestConsoleGuidedTour","value":false},{"index":300,"name":"HideNetworkSetupOverlayGettingStarted","value":false},{"index":302,"name":"HideManyWhoInlineEditTip","value":false},{"index":303,"name":"HideSetupV2WelcomeMessage","value":false}],"orgPreferences":[{"index":257,"name":"TabOrganizer","value":true}],"startOfWeek":"1","isAccessibleMode":false,"ampm":["AM","PM"],"renderMode":"RETRO","userId":"005d0000001fvuG","dateTimeFormat":"M/d/yyyy h:mm a","dateFormat":"M/d/yyyy","uiSkin":"Theme3","language":"en_US","siteUrlPrefix":""});
</script><div class="apexp"><div class="individualPalette"><div class="contactBlock"><div id="j_id0:j_id2:thePageBlock" class="bPageBlock brandSecondaryBrd apexDefaultPageBlock secondaryPalette"><div class="pbHeader"><table border="0" cellpadding="0" cellspacing="0"><tr><td class="pbTitle"><h2 class="mainTitle">Fellow/Alum Details</h2></td><td id="j_id0:j_id2:thePageBlock:j_id30" class="pbButton "><input class="btn" id="j_id0:j_id2:thePageBlock:j_id30:j_id31" name="j_id0:j_id2:thePageBlock:j_id30:j_id31" onclick="A4J.AJAX.Submit('j_id0:j_id2',event,{'oncomplete':function(request,event,data){doRedirect()},'similarityGroupingId':'j_id0:j_id2:thePageBlock:j_id30:j_id31','parameters':{'j_id0:j_id2:thePageBlock:j_id30:j_id31':'j_id0:j_id2:thePageBlock:j_id30:j_id31'} } );return false;" value="Edit Fellow/Alum Fields" type="button" /></td></tr></table></div><script>function twistSection(twisty, sectionId) {
   var parentDiv = twisty;
   while (parentDiv.tagName != 'DIV') { parentDiv = parentDiv.parentNode; }
   var div = parentDiv.nextSibling; 
   var elemWasOn = false; 
   if (div.style.display != 'none') { 
       div.style.display = 'none'; 
       twisty.className ='showListButton';
       twisty.alt = twisty.title = 'Show Section - '+twisty.name;
       elemWasOn = true; 
   } else {
       div.style.display = 'block'; 
       twisty.className = 'hideListButton';
       twisty.alt = twisty.title = 'Hide Section - '+twisty.name;
   } 
  return !elemWasOn;
}
var registeredSections = new Array();
function registerTwistableSection(headerId, mainTableId) {
   var obj = new Object();
   obj.headerId = headerId;
   obj.mainTableId = mainTableId;
   registeredSections[registeredSections.length] = obj;
}
function twistAllSections(on) {
   for (var i = 0; i < registeredSections.length; i++) {
      var obj = registeredSections[i];
      var img;
      img = document.getElementById('img_' + obj.headerId);
    if (on && 'showListButton' == img.className) {
         twistSection(img, obj.headerId, obj.mainTableId);
     } else if (!on && 'hideListButton' == img.className) {
         twistSection(img, obj.headerId, obj.mainTableId);
       }
   }
}
function toggleSection(headerId, on){
    var sectionHead = document.getElementById('head_'+headerId+'_j_id0_j_id2_thePageBlock');
    var body = sectionHead.nextSibling;
    var disp = on ? 'block' : 'none';
    sectionHead.style.display = disp;
    body.style.display = disp;
}
function registerTwistableSections_j_id0_j_id2_thePageBlock() {
registerTwistableSection('j_id0_j_id2_thePageBlock_j_id32', 'j_id0_j_id2_thePageBlock');
registerTwistableSection('j_id0_j_id2_thePageBlock_j_id38', 'j_id0_j_id2_thePageBlock');
registerTwistableSection('j_id0_j_id2_thePageBlock_j_id55', 'j_id0_j_id2_thePageBlock');
}
registerTwistableSections_j_id0_j_id2_thePageBlock();
</script><div class="pbBody"><span id="j_id0:j_id2:thePageBlock:j_id3"></span><div id="j_id0:j_id2:thePageBlock:j_id32"><div class="pbSubheader brandTertiaryBgr first tertiaryPalette"><img src="/s.gif" alt="Hide Section - FELLOW/ALUM"  class="hideListButton" id="img_j_id0:j_id2:thePageBlock:j_id32" name="FELLOW/ALUM" onclick="twistSection(this);" onkeypress="if (event.keyCode=='13')twistSection(this);" style="cursor:pointer;" tabindex="0" title="Hide Section - FELLOW/ALUM"/><h3>FELLOW/ALUM</h3></div><div class="pbSubsection"><table class="detailList" border="0" cellpadding="0" cellspacing="0"><tr><td class="labelCol first ">EG Finalist-Fellow Org</td><td class="dataCol  first "><span id="j_id0:j_id2:thePageBlock:j_id32:j_id33"><a href="https://na14.salesforce.com/001d000000BkgqF" id="lookup001d000000BkgqF00Nd0000004E69L" onblur="LookupHoverDetail.getHover('lookup001d000000BkgqF00Nd0000004E69L').hide();" onfocus="LookupHoverDetail.getHover('lookup001d000000BkgqF00Nd0000004E69L', '/001d000000BkgqF/m?retURL=%2Fapex%2FFellowAlum_Section%3Finline%3D1%26id%3D003d000000BjA2B&amp;isAjaxRequest=1&amp;nocache=1364844324303').show();" onmouseout="LookupHoverDetail.getHover('lookup001d000000BkgqF00Nd0000004E69L').hide();" onmouseover="LookupHoverDetail.getHover('lookup001d000000BkgqF00Nd0000004E69L', '/001d000000BkgqF/m?retURL=%2Fapex%2FFellowAlum_Section%3Finline%3D1%26id%3D003d000000BjA2B&amp;isAjaxRequest=1&amp;nocache=1364844324303').show();">REDACTED</a></span></td><td class="labelCol first ">Fellow Type</td><td class="dataCol  first "><span id="j_id0:j_id2:thePageBlock:j_id32:j_id34">REDACTED</span></td></tr><tr><td class="labelCol">Fellowship Year</td><td class="dataCol "><span id="j_id0:j_id2:thePageBlock:j_id32:j_id35"> REDACTED </span></td><td class="labelCol">Finalist Year</td><td class="dataCol "><span id="j_id0:j_id2:thePageBlock:j_id32:j_id36">&nbsp;</span></td></tr><tr><td class="labelCol last ">EG Funded Org Structure</td><td class="dataCol  last "><span id="j_id0:j_id2:thePageBlock:j_id32:j_id37">REDACTED</span></td><td class="labelCol empty">&nbsp;</td><td class="dataCol empty">&nbsp;</td></tr></table></div></div><div id="j_id0:j_id2:thePageBlock:j_id38"><div class="pbSubheader brandTertiaryBgr tertiaryPalette"><img src="/s.gif" alt="Hide Section - Fellow/Alumni Specifics"  class="hideListButton" id="img_j_id0:j_id2:thePageBlock:j_id38" name="Fellow/Alumni Specifics" onclick="twistSection(this);" onkeypress="if (event.keyCode=='13')twistSection(this);" style="cursor:pointer;" tabindex="0" title="Hide Section - Fellow/Alumni Specifics"/><h3>Fellow/Alumni Specifics</h3></div><div class="pbSubsection"><table class="detailList" border="0" cellpadding="0" cellspacing="0"><tr><td class="labelCol first ">Program Area</td><td class="dataCol  first "><span id="j_id0:j_id2:thePageBlock:j_id38:j_id39">Arts and Culture</span></td><td class="labelCol first ">Facebook Profile</td><td class="dataCol  first "><span id="j_id0:j_id2:thePageBlock:j_id38:j_id40">&nbsp;</span></td></tr><tr><td class="labelCol">Population Expertise</td><td class="dataCol "><span id="j_id0:j_id2:thePageBlock:j_id38:j_id41">&nbsp;</span></td><td class="labelCol">Twitter Handle</td><td class="dataCol "><span id="j_id0:j_id2:thePageBlock:j_id38:j_id42">&nbsp;</span></td></tr><tr><td class="labelCol">Geographic Expertise</td><td class="dataCol "><span id="j_id0:j_id2:thePageBlock:j_id38:j_id43">&nbsp;</span></td><td class="labelCol">YouTube/Vimeo</td><td class="dataCol "><span id="j_id0:j_id2:thePageBlock:j_id38:j_id44">&nbsp;</span></td></tr><tr><td class="labelCol">Geographic Reach of EG Fellowship</td><td class="dataCol "><span id="j_id0:j_id2:thePageBlock:j_id38:j_id45">REDACTED</span></td><td class="labelCol">Blog</td><td class="dataCol "><span id="j_id0:j_id2:thePageBlock:j_id38:j_id46">&nbsp;</span></td></tr><tr><td class="labelCol empty">&nbsp;</td><td class="dataCol empty">&nbsp;</td><td class="labelCol">Flickr</td><td class="dataCol "><span id="j_id0:j_id2:thePageBlock:j_id38:j_id48">&nbsp;</span></td></tr><tr><td class="labelCol empty">&nbsp;</td><td class="dataCol empty">&nbsp;</td><td class="labelCol">LinkedIn</td><td class="dataCol "><span id="j_id0:j_id2:thePageBlock:j_id38:j_id50">&nbsp;</span></td></tr><tr><td class="labelCol empty">&nbsp;</td><td class="dataCol empty">&nbsp;</td><td class="labelCol">Tumblr</td><td class="dataCol "><span id="j_id0:j_id2:thePageBlock:j_id38:j_id52">&nbsp;</span></td></tr><tr><td class="labelCol empty">&nbsp;</td><td class="dataCol empty">&nbsp;</td><td class="labelCol last ">Product Link</td><td class="dataCol  last "><span id="j_id0:j_id2:thePageBlock:j_id38:j_id54">&nbsp;</span></td></tr></table></div></div><div id="j_id0:j_id2:thePageBlock:j_id55"><div class="pbSubheader brandTertiaryBgr tertiaryPalette"><img src="/s.gif" alt="Hide Section - Fellow/Alumni Specifics(Text)"  class="hideListButton" id="img_j_id0:j_id2:thePageBlock:j_id55" name="Fellow/Alumni Specifics(Text)" onclick="twistSection(this);" onkeypress="if (event.keyCode=='13')twistSection(this);" style="cursor:pointer;" tabindex="0" title="Hide Section - Fellow/Alumni Specifics(Text)"/><h3>Fellow/Alumni Specifics(Text)</h3></div><div class="pbSubsection"><table class="detailList" border="0" cellpadding="0" cellspacing="0"><tr><td class="labelCol first ">Bold Idea</td><td class="data2Col  first "><span id="j_id0:j_id2:thePageBlock:j_id55:j_id56"></span></td></tr><tr><td class="labelCol">Professional Expertise</td><td class="data2Col "><span id="j_id0:j_id2:thePageBlock:j_id55:j_id57">&nbsp;</span></td></tr><tr><td class="labelCol">Website Metadata</td><td class="data2Col "><span id="j_id0:j_id2:thePageBlock:j_id55:j_id58"></span></td></tr><tr><td class="labelCol">Bio</td><td class="data2Col "><span id="j_id0:j_id2:thePageBlock:j_id55:j_id59">REDACTED</span></td></tr><tr><td class="labelCol">Moment of Obligation</td><td class="data2Col "><span id="j_id0:j_id2:thePageBlock:j_id55:j_id60"></span></td></tr><tr><td class="labelCol">Product Description</td><td class="data2Col "><span id="j_id0:j_id2:thePageBlock:j_id55:j_id61"></span></td></tr><tr><td class="labelCol last ">EG Funded Org Overview</td><td class="data2Col  last "><span id="j_id0:j_id2:thePageBlock:j_id55:j_id62"></span></td></tr></table></div></div></div><div class="pbBottomButtons"><table border="0" cellpadding="0" cellspacing="0"><tr><td class="pbTitle">&nbsp;</td><td id="j_id0:j_id2:thePageBlock:j_id30:bottom" class="pbButtonb "><input class="btn" id="j_id0:j_id2:thePageBlock:j_id30:j_id31" name="j_id0:j_id2:thePageBlock:j_id30:j_id31" onclick="A4J.AJAX.Submit('j_id0:j_id2',event,{'oncomplete':function(request,event,data){doRedirect()},'similarityGroupingId':'j_id0:j_id2:thePageBlock:j_id30:j_id31','parameters':{'j_id0:j_id2:thePageBlock:j_id30:j_id31':'j_id0:j_id2:thePageBlock:j_id30:j_id31'} } );return false;" value="Edit Fellow/Alum Fields" type="button" /></td></tr></table></div><div class="pbFooter secondaryPalette"><div class="bg"></div></div></div></div></div></div><div id="j_id0:j_id2:j_id64"></div>
</form><span id="ajax-view-state-page-container" style="display: none"><span id="ajax-view-state" style="display: none"><input type="hidden"  id="com.salesforce.visualforce.ViewState" name="com.salesforce.visualforce.ViewState" value="LONG STRING OF CRAZYNESS" /><input type="hidden"  id="com.salesforce.visualforce.ViewStateMAC" name="com.salesforce.visualforce.ViewStateMAC" value="AFawrgSTllz9ksPKpt4EG3g2vpZ/" /><input type="hidden"  id="com.salesforce.visualforce.ViewStateCSRF" name="com.salesforce.visualforce.ViewStateCSRF" value="OUC8dxjBUCTZE3ce4QSLiVCfu3yzzSYEDK9zC2xyTqyqkD5WMRVGQvQBJhpkZ59xUE788V8D2TVI.pFHrmkKPPm5o73rX_KUfcCwiVPnTriwpXWoWIit2dB4niehXA76o6o2XhaB3uz.689OHJ39Mz9zx64=" /></span></span><script type="text/javascript">Sfdc.onReady(function(){
	SfdcApp.Visualforce.VSManager.vfPrepareForms(["j_id0:j_id2"]);

 

 

 

Rahul SharmaRahul Sharma
Check error description(if there any) in console.
What you have currently pasted above is the HTML source code returned with HTML post call.

So, We could help you further if you could provide some details about JavaScript error.
David Waugh 10David Waugh 10
Raising this from the dead because I just solved this on my own org:

The Inline VisualForce Expander (https://appexchange.salesforce.com/listingDetail?listingId=a0N30000004cEEyEAM&tab=r&revId=a0S3000000DMcGxEAL) package contains it's own VF page that it uses to resize your custom VF pages (which you've already correctly set permissions for.

That VF page is called InlineVFExpander, and needs to be explicitly allowed for profiles that need to see resized pages (default is system admin, which is why everything looks normal for admin).  This step does NOT appear to be included in the installation instructions: https://appexchange.salesforce.com/servlet/servlet.FileDownload?file=00P30000007KcasEAC

Your consultant dun goofed.  :)