Loading

When Setting a URL that Contains an Empty Character in URL Actions a Blank Browser Page Will be Launched

게시 일자: Feb 25, 2026
상세 설명

When setting a URL that contains an empty character in URL actions, a blank browser page will be launched.

Cause

Empty characters contain data unlike NULL.
솔루션
You can work around this issue by converting empty characters to NULL and then setting them in the URL action.

Below is an example using sample data. Please see the attached workbook for details.

1. Create a calculated field like the following and name it !URL.
IF [<field that contains empty URL>]="" THEN NULL
ELSE [<field that contains empty URL>]
END
2. Add !URL field to Detail.
3. Select Menu>Worksheet>Actions and add a Go to URL action.
4. Edit the URL Action as follows:
  User-added image
 
Knowledge 기사 번호

001498578

첨부 파일

sample.twbx

14 KB

 
로드 중
Salesforce Help | Article