Last Updated: Dec 2, 2020
Use this function to insert the attachment into the inline table of Jiffy Table.
Insert attachment into a inline Jiffy table(Jiffy_table_name, Column_name, File_path, UUID)
Input Parameter Name | Description |
---|---|
Jiffy_table_name | Data Table Variable |
Column_name | Column Name |
File_path | File Path of the attachment to be inserted |
UUID | UUID of the record |
- The Inline Table name is given as ParentTable.InlineTable
- The Jiffy table name and Columns names provided must match with the names in the Dataset and are case sensitive.
- Both data and column names must be comma-separated.
Return value | Description |
---|---|
UUID | Returns the UUID of the row to which attachment is inserted in Inline table |
Insert attachment into a inline Jiffy table (Travel.Invoice, Details, ‘c:\filePath’, 5fba170c58e0a754f2a19050)
To view all the Table functions, click here.