• Brennan Butler 15
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Here is the formula - It is pulling in all needed information, but when the amount on the opportunity is updated it is not pulling in the new amount. Does anyone have any ideas how to make this work. I was thinking I may have to have a workflow with this code to update everytime an opportunity record is updated?

Account.Name &  IF( Amount > 0, " - $" &  TEXT(Amount) , "") &  IF( LEN( Project_Code__c) > 0 , " - Project " &  Project_Code__c , "") &  IF( ISBLANK( CloseDate ) = FALSE , " - " &  TEXT(MONTH(CloseDate)) & "/" & TEXT(DAY(CloseDate)) & "/" & TEXT(YEAR(CloseDate)),"")

Thank you for any help
Hi guys.. I want to integrate facebook on salesforce.i want to know the process regarding this.
I want to fetch some data regaring the user..
pls tell me what things are required as i am using REST api.