• Carol Matsumura
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
I would like to create a Trigger for new cases being created by web-to-case

My goal is to update the County__c custom field on cases
Only when case RecordTypeName = 'BLNC' and CaseOrigin = 'Web'
 
Should I use a before or after insert for this?
I am working on the Wave Desktop Exploration badge and already created the special dev org to complete the challenges. I've logged in to this org, but cannot change to the analytics app to complete the modules...my screen goes blank. Please advise.
I would like to create a Trigger for new cases being created by web-to-case

My goal is to update the County__c custom field on cases
Only when case RecordTypeName = 'BLNC' and CaseOrigin = 'Web'
 
Should I use a before or after insert for this?