Hide the attachment [view] link

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:1分
  • Users can open an attachment by clicking either the file name or the [view] link. The [view] link opens the file from within the browser, which executes JavaScript code as part of the attachment. You can hide the [view] link. Users can still view attachments by clicking the file name.

    手順

    1. Add the glide.ui.disable_attachment_view and glide.ui.attachment_popup properties.
      For instructions on adding properties to the platform, see Add a system property.
    2. For the glide.ui.disable_attachment_view property, set the Type to true/false and set the Value to true.
    3. For the glide.ui.attachment_popup property, set the Type to true/false and set the Value to false.
    4. To return to the default behavior (enable the link), set the glide.ui.attachment_popup property Value to true.