You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Adds the attachment widget for uploading files into a record.

Use this tag:

  • on the form page to attach files to a new record created via form
  • with recordId, tableName attributes to attach a file to an existing record. In this case, the attributes are mandatory.

The following attributes are applicable:

AttributeTypeMandatoryDescription
recordIdStringNSpecify ID of the record to which this tag implementing attachment widget will be bound.
tableNameStringNSpecify a name of the table for the record to which this tag will be bound.
attachment
<attachment tableName={data.table_name} recordId={data.record_id}></attachment>
  • No labels