Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Merged branch "DOC0000290" into parent

The <attachment> tag is intended to provide a widget for uploading files to a record.

...

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

Enable or disable attaching files.

If the attribute is equal to 'false', you will be able to attach files via the widget. 

If the attribute is equal to 'true', you will not be able to attach files via the widget. 


Code Block
languagexml
themeEclipse
titleattachment
linenumberstrue
<attachment tableName={data.table_name} recordId={data.record_id}></attachment>

...