Question
Query related to attachments
Hi Everyone,
So i have a similar requirement. I have a WO which has something called issues. So each WO can have multiple issues and issue itself is not a WO but just a page with a unique ID of its own. So each issue can have multiple attachments and user has the privilege to either upload new attachments to a particular Issue or download existing attachment from an issue. The problem is that as Issue is not Wo so the Attachments will be linked to the WO by Pega norms and it will be difficult to know which attachment is for which issue or which one to download. Can anyone plz help in this. So that attachments can be linked to a particular issue and can be downloaded as well.
Hi
Just a thought on the approach:
1. In the attachments table create a new column as "IssueID"
2. While uploading, customize the activity to populate the column as needed.
3. Similiarly, the activity for download can be customized.
4. You can either use one column or create a combination of column as keys to map the correct issue.
In any way you need to have an additional column for identifying.
Just an initial thought, this can definitely be improved based on how your applicaton works.
Regards
Bhavya