Search

Insert Attachment into an Inline Table

Articles

Use this function to insert attachment into inline table of Jiffy Table.

Syntax

Insert attachment into a inline table(table_name, column_name, file_path, UUID)

Parameters

Input Parameter Name Description
table_name Name of Jiffy Table
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.

Returns

Return value Description
UUID Returns the UUID of the row to which attachment is inserted in Inline table

Sample

Insert attachment into a inline Jiffy table (Travel.Invoice, Details, ‘c:\filePath’, 5fba170c58e0a754f2aXXXXX)

  • Inserts an attachment to the record having the UUID(5fba170c58e0a754f2aXXXXX) in the Details column of Travel.Invoice table and returns UUID of the rows inserted in Inline Table

To view all the Table functions, click here.

Did you find what you were looking for?