• keerti
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 5
    Replies

hi, using this value i m unable to display field values in page block.

<apex:page standardController="Position__c" id="thePage">
<apex:form >
<apex:pageBlock >
<apex:pageMessages ></apex:pageMessages>
<apex:pageBlockButtons location="bottom">
<apex:commandButton action="{!save}" value="Save"/>
<apex:commandButton action="{!cancel}" value="Cancel"/>
</apex:pageBlockButtons>
<apex:pageBlockSection columns="1">
<apex:inputField value="{!Position__c.Department__c}"/>
<apex:inputField value="{!Position__c.Job_Description__c}"/>
</apex:pageBlockSection>
</apex:pageBlock>
<apex:pageBlock>
<apex:pageBlockTable value="{!Position__c.Job_Applications__r}" var="JA">
<apex:column headerValue="Candidate">
<apex:outputLink value="{!URLFOR($Action.Candidate__c.View,JA.Candidate__r.ID)}">{!JA.Candidate__r.First_Name__c} {!JA.Candidate__r.Last_Name__c}</apex:outputLink>
</apex:column>
<apex:column value="{!JA.Candidate_Qualified__c}"/>
</apex:pageblockTable>
</apex:pageBlock>
</apex:form>
</apex:page>

It is not showing any error but also not showing values.

  • November 23, 2010
  • Like
  • 0

can we copy an instance of any other DB to salesforce Db

  • November 17, 2010
  • Like
  • 0

hi,

What is the difference between trigger.new and trigger.old and when to use which one.

  • October 28, 2010
  • Like
  • 0

hi, using this value i m unable to display field values in page block.

<apex:page standardController="Position__c" id="thePage">
<apex:form >
<apex:pageBlock >
<apex:pageMessages ></apex:pageMessages>
<apex:pageBlockButtons location="bottom">
<apex:commandButton action="{!save}" value="Save"/>
<apex:commandButton action="{!cancel}" value="Cancel"/>
</apex:pageBlockButtons>
<apex:pageBlockSection columns="1">
<apex:inputField value="{!Position__c.Department__c}"/>
<apex:inputField value="{!Position__c.Job_Description__c}"/>
</apex:pageBlockSection>
</apex:pageBlock>
<apex:pageBlock>
<apex:pageBlockTable value="{!Position__c.Job_Applications__r}" var="JA">
<apex:column headerValue="Candidate">
<apex:outputLink value="{!URLFOR($Action.Candidate__c.View,JA.Candidate__r.ID)}">{!JA.Candidate__r.First_Name__c} {!JA.Candidate__r.Last_Name__c}</apex:outputLink>
</apex:column>
<apex:column value="{!JA.Candidate_Qualified__c}"/>
</apex:pageblockTable>
</apex:pageBlock>
</apex:form>
</apex:page>

It is not showing any error but also not showing values.

  • November 23, 2010
  • Like
  • 0

can we copy an instance of any other DB to salesforce Db

  • November 17, 2010
  • Like
  • 0