I have a formula, which generates a document, sends it by email and at the same time stores it into a folder in documents.
I would like to have this document in the same process to be linked to the entity, from which the generating process started.
Currently I use the default n:n relationship between this entity and documents.
I could also create another relationship as 1:1 if it would make it easier.
I would like to have this document in the same process to be linked to the entity, from which the generating process started.
Currently I use the default n:n relationship between this entity and documents.
I could also create another relationship as 1:1 if it would make it easier.
Comment