Loading
시스템 관리자에 대한 피싱 방지 MFA 및 전 직원사용자 MFA 적용 안내 더 많이 읽기
현재 다수의 문의가 발생하여 대응에 지연이 발생하고 있습니다.더 많이 읽기

Open Custom Links or Custom Buttons in the Same Window

게시 일자: Jul 9, 2026
상세 설명

Custom links and buttons always open the target content within a new window. The HYPERLINK function can now accept an optional third parameter to control where content is opened. You can do this by creating a custom text-based formula field that leverages the HYPERLINK function to perform the requested functionality.

솔루션

Parameters for opening links and buttons in Salesforce

To control where a custom link or button opens its target content, use the HYPERLINK formula function with the optional third parameter. For example, a Sales Rep using Salesforce Classic may want to open an internal tool in the same browser tab to avoid disruption.

The HYPERLINK takes the following parameters: HYPERLINK(url, friendly_name [, target]). Available options for the third parameter are:

  • _blank - Opens in a new window.
  • _self - Opens in the same frame as it was clicked.
  • _parent - Opens in the parent frameset.
  • _top - Opens in the full body of the window.


Example HYPERLINK: 

HYPERLINK("http://www.yahoo.com","Yahoo!","_top" )
Knowledge 기사 번호

000385504

 
로드 중
Salesforce Help | Article