Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Adds the attachment The <attachment> tag is intended to providethe widget for uploading files into a record.

...

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

...

AttributeTypeMandatoryDescription
recordIdStringNSpecify the ID of the record to which this tag implementing attachment widget will be bound.
tableNameStringNSpecify a the name of the table for the record to which this tag will be bound.

...