• Pavanaja Yellajosyula
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi All,
I'm using salesforce to salesforce to connect my 2 orgs. Consider one is source org from which records are comming and other is destination org.
There is a field "Age" which is present in my both orgs but it has a validation rule only in destination org, saying that "Age cannot be empty". when i inserted a record in source org with Age empty - > its not being inserting in destination bcoz of validation error. Till here everything is working fine but when i gave a value to Age of the same reocrd in source org still its not being inserted in destination.
  This means once a error came in destination for a paticular record.If it gets updated properly next time meeting all its entry criteria then also destination org is not accepting that previously rejected record. For this i have changed validation rule to accept externally shared records.
   Is there any other workaround for this problem ?