您在此处:
在计划流中传递自定义字段值
创建自定义字段并扩展上下文定义后,更新计划流,以通过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 变量中的现有键值对。计划流正常运行需要主题、交互类型、位置和客户的标准条目。仅附加自定义字段的新条目。
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.