Hi when I createDocument I have a relationship attribute called counter and a document is being created there linking to my main parent document but the parent document isn't referencing it. How I do that?
TL;DR
Summary: The developer is having trouble creating a two-way relationship between a parent document and a child document. The child document is referencing the parent, but the parent is not referencing the child.
Solution: To establish a two-way relationship, the developer needs to ensure that the parent document references the child document. This can be done by updating the code to include a reference to the child document within the parent document's attributes or fields.