Remove Rich Text Formatting Using Flow
Big Idea or Enduring Question: How do you automatically remove HTML markup from the rich text area field and return plain text? Objectives: After reading this blog, you’ll be able to: Understand how to use stripHtmlTags string method Understand how to check Text Area (Rich) ISNULL or ISBLANK Call an
Send Salesforce Survey Without Code
Big Idea or Enduring Question: How do you send survey invitations using flow? Objectives: After reading this blog, you’ll be able to: Understand the salesforce survey data model Use flow to send survey invitations to a contact Associate survey invitations to Survey Invitations and Response related list and much more Business
How to Fix MALFORMED_ID Error
I want to thank, each reader, and follower of automationchampion.com, for their support and feedback(s). Some of you requested me to write a blog post to explain (1) MALFORMED_ID Error; and, (2) how to solve it. I have and will continue to, try my best to incorporate suggested topics, from readers and
How to Fix FIELD_INTEGRITY_EXCEPTION Error
Big Idea or Enduring Question: How do you resolve the FIELD_INTEGRITY_EXCEPTION error? The Record-Triggered Flow is a way of automating business processes. Record-Triggered Flow is a powerful tool for system administrators and developers to implement business processes without writing code. However, with great power comes great responsibility – If a user starts creating a new
How to Fix FIELD_CUSTOM_VALIDATION_EXCEPTION Error
Big Idea or Enduring Question: How do you resolve the FIELD_CUSTOM_VALIDATION_EXCEPTION error? The Record-Triggered Flow is a way of automating business processes. Record-Triggered Flow is a powerful tool for system administrators and developers to implement business processes without writing code. However, with great power comes great responsibility – If a user starts creating a new
How to Fix MIXED DML Operation Error
Big Idea or Enduring Question: How do you resolve MIXED_DML_OPERATION: DML operation on setup object is not permitted after you have updated a non-setup object (or vice versa) error? The Record-Triggered Flow is a way of automating business processes. Record-Triggered Flow is a powerful tool for system administrators and developers to implement business
Auto Add Chatter Group Members to Public Group!
Big Idea or Enduring Question: How do you automatically add chatter group members to a public group or queue? Objectives: After reading this blog, you’ll be able to: Understand what is a public group understand mixed DML errors and solutions to avoid such error Create a public group and queue
Automatically Add an Invitee to an Event
Big Idea or Enduring Question: How do you automatically share events with an invitee when shared activities is enabled? This is a continuation of my last article Auto share events from a shared Calendar. In my previous article, I had discussed a use case, whenever an event is created without populating
