• Pri..
  • NEWBIE
  • 0 Points
  • Member since 2012

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

<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>
<apex:inputField value="{!Position__c.Job_Description__c}">
</apex:inputField>
</apex:pageBlockSection>
</apex:pageBlock>

<apex:pageBlock >
<apex:pageBlockTable value="{!Position__c.R00N30000002btlAEAQ__r}" var="JA" title="Job Applications">
<apex:column value="{!JA.Candidate__c}"/>
<apex:column value="{!JA.Candidate_Qualified__c}"/>
</apex:pageBlockTable>
</apex:pageBlock>

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

 

I'm not receiving any error while saving but unable to get the desired output ....any thought on this

 

  • January 06, 2012
  • Like
  • 0

Hi,

 

 

I need to restrict the current user from choosing himself as the next approver in the approval process when he submits a record for approval. Please Help!!!!!!!!!!!!!!!

 

 

 

 

 

Thanks.....................