• Hareesh Damodar 6
  • NEWBIE
  • 10 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Hi Guys,

My org has overall code coverage 81% and all trigger have more than minmum 1% coverage, when I try to deploy the components, it got failed  due to few classes has less than 75% coverage, does salesforce enforced new rules to have each and every apex class and trigger have minimum 75% coverage?
Error Details


Appreciate your response.

Thanks,
Hareesh
Hi,
I have set the default value checkbox to TRUE, it works fine in standard edit page, however when we use custom VF page for create the record, the checkbox won't set to default values.
<apex:inputCheckbox value="{!account.TestCheckbox__c}"/>
My requirement is what default value configured in field configuration should be display in custom page dynmaically , hence selected ="true" attribure not helpful in my requirement.
Do you know how to display the default values of checbox in VF page?

Appreciate your response.
Thanks,
Hareesh