• JulieM
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Does anyone know how to add the account name or company name into the task layout?
 
Thanks in advance!
  • November 01, 2006
  • Like
  • 0
I am having problem calculating the age on a custom object.
 
This is my formula:
IF({!Fulfillment_Completion_Date__c}, ROUND ({!Fulfillment_Completion_Date__c} - {!CreatedDate} , 0) ,
ROUND(( TODAY() - {!CreatedDate}),0))
 
Here is the error I am getting:
Error: Incorrect parameter for function -. Expected Number, Date, received DateTime
 
 
Can anyone help me fix this?
 
Thanks in advance,
Julie
  • October 19, 2006
  • Like
  • 0