• Mike Colegrove
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Flow Editor requires Adobe Flash Editor which is not supported a security vector as a plug-in for many browsers.

Any plans to adopt or migrate to an alternative modeling tool for Flow Designing?
Why did the following not work for the validation rule ?  It gave an error with no real explanation.

AND (
  NOT isBlank(AccountID),
   NOT CONTAINS(MailingPostalCode, Account.ShippingPostalCode)
)