• Nikolay Krustev
  • NEWBIE
  • 0 Points
  • Member since 2016

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

i have the following problem:
I want to include a box of VisualForce inside the standard Leads Layout. The issue is that if the field i want to display in the VF box is not already displayed in the std layout it is not showing.
Here is an example code:
<apex:pageblocksection id="GeneralnformationKM" title="General Information" columns="4">
  <apex:inputField value="{!lead.KM_Deal_Type__c}"/>
  <apex:inputField value="{!lead.Vertical__c}"/>
  <apex:inputField value="{!lead.email}"/>
  <apex:inputField value="{!lead.phone}"/>
</apex:pageBlockSection>

KM_Deal_Type__c is showing on the box ONLY when it is also included in the std layout which makes it redundant. The moment I remove it from the std layout it dissapears from the VF box. Any clues?
Hello,
i'm new to VF. I try to add a VF block in the standard Lead Layout.
I have created new custom fields and they ONLY show in the VF block if they are also placed in the standard Lead Layout.
I want them to only appear on the VF block because i want to arrange them in certain way that is not possible with std. Laad Layout.
Any pointers how to have them only in VF?
Hello,
i'm new to VF. I try to add a VF block in the standard Lead Layout.
I have created new custom fields and they ONLY show in the VF block if they are also placed in the standard Lead Layout.
I want them to only appear on the VF block because i want to arrange them in certain way that is not possible with std. Laad Layout.
Any pointers how to have them only in VF?