• Alistair Burnett
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I am trying to do a new validation rule on an object - Relationship.
I need to test if another active record exists for the same person record - ie. I want to stop the user create a new relationship for a person if they already have a relationship!
So - basically need a 2 filed lookup on the object Relationship - Active bit = True and Person = Current person on record user is trying to save

Can this be done???