You need to sign in to do that
Don't have an account?

Validation Rule- Linked to Opportunities /Accounts
Hi,
Has any one seen below error message while updating the Opportunity Record?
"Error:A immediate parent name can't be the child of a client it's already a parent of."
There are no Validation Rule or triggers in my org with this message. We have D&B Heirarchy Structure in our Org on the Accounts, So I am thinking while updating the opportunity something is triggering the D&B data on the Account.
Please let us know your thoughts
Thanks
Has any one seen below error message while updating the Opportunity Record?
"Error:A immediate parent name can't be the child of a client it's already a parent of."
There are no Validation Rule or triggers in my org with this message. We have D&B Heirarchy Structure in our Org on the Accounts, So I am thinking while updating the opportunity something is triggering the D&B data on the Account.
Please let us know your thoughts
Thanks
Looks like something is trying to create the parent record as the child of child and thus creating circular dependency. for eg: if you have a record C which is child of B which is Child of A. Now there is some process which is trying to create A as child of C and thus this error.