• Mike Soudee
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hello,

I want to populate the Account.AccountId field with a value submitted by the web-to-case form. AccountId is not available to web-to-case, so I am trying to implement the solution proposed here: https://developer.salesforce.com/forums/?id=906F0000000g09HIAQ

What does a trigger to copy Case.customField into Account.accountId look like?