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.