• Sonjab
  • NEWBIE
  • 0 Points
  • Member since 2016
  • Salesforce Platform Manager
  • Braintree

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi - I have a visualforce page overriding the standard Account where we display a tabbed layout and on one of those tabs, <apex:detail> for account with inline editing. 

Can anyone help? #1 is a big blocker for us right now. 

1.) All date fields render as text fields and when inline-edited, save hangs forever and the change never commits.
User-added image
User-added image

2.) Less importantly, font inconsistencies between fields:
User-added image

For reference: 
<div id="det" class="tab-pane fade">
<apex:detail subject="{!Account}" relatedList="true" title="false" inlineEdit="true" />
</div>

 
  • March 17, 2016
  • Like
  • 0
Hello,

When I attempt to save any changes to any Apex class from the Developer Console in a Sandbox instance, I get this error:

CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY: Failed to create deployment: entity type cannot be inserted: Container Async Request
User-added image

Does anyone know what's going on?