Hi, I have a custom object for change requests. So while creating a change request i want to add an attachments to the Request or even for the even for those change request which are already created should also have the attachments feature in its detail page. In my case, from the list view of change requests we have a drawer which acts like a detail page of the Change Request form. Within this drawer, i had my file upload component and table component to attach the files and then display them in the table. Here my issue is No matter what change request form i dive in to, i am seeing all the attachments that are saved within the change request forms object. I have the following condition on my attachments model.
AttachmentUpload model has change request object under it. Everything looked fine for me but still unable to filter the table results based on the Change Request Form (CRF) ID. Can anyone tell me where am i going wrong? Thanks.
Question
Table results not rendering properly based on the parent ID
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
What i don’t have is an action defined on the attachments model. But no i added the following Action