• clabianca
  • NEWBIE
  • 0 Points
  • Member since 2010

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

I would like to render a section based on a users picklist selection.  We have 2 possiable values from the picklist which should render the section.  How do I do 2 values.  right now my code is

 

rendered="{!Proposal__c.Type_of_Proposal__c == 'Repond to RFP'}">

 

But i would like to add the value 'Pre-Proposal Idea' as well.

 

Any help would be appreciated.

Is there a way to exclude required="true" for admins?  I have validation rules which exclude admins but cant figure out how do do this on a VF page.

Why cant I add a clone button to a custom object with the following code:

 

    <apex:commandButton action="{!Clone}" value="Clone"/>

 

Am I missing something??

I want to create a formula that displays data from the account table on the opportunity table.  I tried putting

!tablename.fieldname and tablename.fieldname but when I check the syntex "error: field tablename does not exist."  But tablename is not a field it is the table.  I hope I am making sence here :)  Any suggestions.

I would like to render a section based on a users picklist selection.  We have 2 possiable values from the picklist which should render the section.  How do I do 2 values.  right now my code is

 

rendered="{!Proposal__c.Type_of_Proposal__c == 'Repond to RFP'}">

 

But i would like to add the value 'Pre-Proposal Idea' as well.

 

Any help would be appreciated.

Why cant I add a clone button to a custom object with the following code:

 

    <apex:commandButton action="{!Clone}" value="Clone"/>

 

Am I missing something??