• Kris Greene
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
Are these accessible via APEX, Visualforce, or any of the APIs? I've been looking around and it appears the answer is no but i'm hoping someone found a way to get at them.
Are these accessible via APEX, Visualforce, or any of the APIs? I've been looking around and it appears the answer is no but i'm hoping someone found a way to get at them.
I'm working on a visualforce email template. I'm trying to display a textarea only if a certain checkbox is unchecked, but I keep getting the error: "Incorrect number of parameters for function 'IF()'. Expected 3, received 1"    

Here is my code:
<apex:outputText rendered="{!IF(cx.Activity_Completed__c == FALSE)}"><apex:param value="{!cx.Activity__c}" /></apex:outputText>
Are these accessible via APEX, Visualforce, or any of the APIs? I've been looking around and it appears the answer is no but i'm hoping someone found a way to get at them.