Hi Skuid Community, I have a Table to store the list of invoices details. For each Invoice Detail, There will be an attachment of Invoice copy (Attachments object is used to save all these attachments). So i created a drawer and within that drawer, by using the file upload component i wanted to upload the Invoice as an attachment. The drawer has a file upload component and below the file upload component, there is a table component (which shows the related attachments uploaded). It looks like this
My problem here is, i am not able to filter the attachments related to the Invoice detail. For example the attachment “My invoice attachment” under the “test invoice” record. But even when i open any other invoice record i am seeing the same attachment popping in the table. How can i filter attachments based on the Invoice record ID? Right-now, the condition that having on my attachments model looks like this
Invoice Line Item is the model where i have all my invoice detail records and Parent id is the .ID of the parent record from the attachments. Can anyone help me out with this issue?? Thanks.
Question
FIle Upload component not working properly within a drawer.
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.
How to overcome this error?
I also Added a context condition when the drawer opens. that condition looks like this
Whenever i have a context enabled, the table is completely empty (no records within the attachments is showed up). When i don’t have the context condition, all the attachments records are showed in the table. Where am i going wrong?