Hi,
I have a custom entity (Additional Addresses) related to Account entity on Many to One relationship. I mean, one Account can have many Additional Addresses. One among many Additional Addresses is a Primary Address on Account main form. So, I managed to create a child Additional Address (of type Primary Address) when Account is created using distribution workflow (from CodePlex). Now, my requirement is whenever any changes made to Primary Address on Additional Addresses entity should update back the Primary Address on Account main form. Actually, I created a simple workflow on child record field update to update parent record. But I am getting the below error msg.
"""Sync workflow 'Update Primary Address in Account' terminated with error 'This workflow job was canceled because the workflow that started it included an infinite loop. Correct the workflow logic and try again. For information about workflow logic, see Help."""
I don't know why it is throwing such an error. Plz some one can help me to figure it out and address my requirement.
Thanks in advance.
*This post is locked for comments
I have the same question (0)