Last Updated: May 27, 2021
Use this function to download the attachment from jiffy table row or doc table row by providing the table name, row uuid, attachment column name and the folder to download the attachments.
Download Attachments From Jiffy Table Row (table_name, column_name, folder_name, uuid)
Input Parameter Name | Description |
---|---|
table_name | Name of the table to download the file |
column_name | Name of the column to download the file |
folder_name | Name of the folder to save the downloaded file |
uuid | UUID of the row having the file |
Return value | Description |
---|---|
Path | Returns the location of the downloaded file |
Download Attachments From Jiffy Table Row (New_Table, Invoice, C:\Invoice, 5fba170c58e0a754f2a19050)
To view all the miscellaneous functions, click here.