위치:
예약 플로에 사용자 정의 필드 값 전달
사용자 정의 필드를 만들고 컨텍스트 정의를 확장한 후 예약 플로를 업데이트하여 auxiliaryDetailsExtendedFields 수식 변수를 통해 사용자 정의 필드 값을 전달합니다. 이 변수는 확장 필드 데이터를 예약 엔진이 레코드를 만들거나 업데이트할 때 읽는 JSON 문자열로 저장합니다.

더 일반적인 검색 용어를 사용하십시오.
필터 수를 줄여 검색 범위를 확장하십시오.
사용자 정의 필드를 만들고 컨텍스트 정의를 확장한 후 예약 플로를 업데이트하여 auxiliaryDetailsExtendedFields 수식 변수를 통해 사용자 정의 필드 값을 전달합니다. 이 변수는 확장 필드 데이터를 예약 엔진이 레코드를 만들거나 업데이트할 때 읽는 JSON 문자열로 저장합니다.
| 지원 제품: Lightning Experience |
| 지원 제품: Enterprise 및 Unlimited Edition |
| 필요한 사용자 권한 | |
|---|---|
| 예약 플로에 사용자 정의 필드 값 전달: | 직원 예약 관리자 |
Flows를 입력한 다음, 플로를 선택합니다.
auxiliaryDetailsExtendedFields 수식 변수를 검색합니다.
'{ "Subject": "' & {!appointmentName} & '", "InteractionType": "' & {!appointmentType} & '", "Location": "' & {!locationId} & '", "Account": "' & {!parentId} & '", "Custom_Field__c": "' & {!flowVariable} & '" }'
이 형식:
Custom_Field__c은 컨텍스트 정의에서 생성된 사용자 정의 특성 이름이며 서비스 약속 또는 상호 작용 필드에 매핑됩니다.flowVariable은 사용자로부터 값을 수집하는 플로 화면 요소의 API 이름입니다.auxiliaryDetailsExtendedFields 변수의 기존 키-값 쌍을 수정하거나 제거하지 마십시오. 예약 플로가 올바르게 작동하려면 제목, InteractionType, 위치, 계정에 대한 표준 항목이 필요합니다. 사용자 정의 필드에 대한 새 항목만 추가합니다.
We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.