In my application, I am trying to associate the same document with different Activity IDs. However, when I go to the documents section, I get this error, which seems to indicate that it is impossible to manage the same document ID on different activities.
However, the relationship is 1 document, many activities. Does anyone know how to solve this problem?
Discussion posts and replies are publicly visible
Try to Use the primary key Id for the relationship join rather than Document Id. In the related record as well store the primary key Id column instead of Document Id directly.
It is not possible to choose the relationship as it is set by default by Appian, as you can see from the screen. Furthermore, it is logically correct as the link is the document in the document properties
.
Open the Document record type -> Views -> the auto‑generated view and inspect or edit that code, since Appian generated it by default and that is where the error is occurring(likely in how it's displaying related activities).
Hello,I don't understand your suggestion. In the ‘Document’ record, there is no section relating to ‘View’, while in my application's record, there are no errors in the section (see screenshots).
Please check carefully before replying to the thread.
...