• Steven Benson
  • NEWBIE
  • 20 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies
HI guys im trying to create a forumla on a VP page that shows an image based on a date

value="{!If(Account.LatestCompaintDate__c = System.now().addMonths(-6), $Resource.xxx,"")}"

but for some reason i get a missing ')' error

any help would be great!
Hi, 

I am wanting to create a pop up box from my visualforce page, this pop up will give a text box that the user can enter infomation and then save it toa table I have created in the the visualforce page.

any advice on this would be great!
HI guys im trying to create a forumla on a VP page that shows an image based on a date

value="{!If(Account.LatestCompaintDate__c = System.now().addMonths(-6), $Resource.xxx,"")}"

but for some reason i get a missing ')' error

any help would be great!
Hi, 

I am wanting to create a pop up box from my visualforce page, this pop up will give a text box that the user can enter infomation and then save it toa table I have created in the the visualforce page.

any advice on this would be great!