• jmedina
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
I am trying to get the information from a field in Accounts to autopopulate in the case page. I tried writing this going off of another formula I found on the site but I cannot get it to work. I get found ')' error Can anyone help!! IF (ISPICKVAL( Account.Account_Priority__c, "Immediate escalation"), "Escalate Immediately", IF (ISPICKVAL( Account.Account_Priority__c, "Level 1"), "Level 1", IF (ISPICKVAL( Account.Account_Priority__c, "Level 2"), "Level 2", IF (ISPICKVAL( Account.Account_Priority__c, "Level 3"), "Level 3",account_priority, ) ) ) )
I am trying to get the information from a field in Accounts to autopopulate in the case page. I tried writing this going off of another formula I found on the site but I cannot get it to work. I get found ')' error Can anyone help!! IF (ISPICKVAL( Account.Account_Priority__c, "Immediate escalation"), "Escalate Immediately", IF (ISPICKVAL( Account.Account_Priority__c, "Level 1"), "Level 1", IF (ISPICKVAL( Account.Account_Priority__c, "Level 2"), "Level 2", IF (ISPICKVAL( Account.Account_Priority__c, "Level 3"), "Level 3",account_priority, ) ) ) )