Get Source Map

This help page is for Desktop Studio.This information is also available for CXone Studio.

可获取给定来源的现有图例。例如,如果您要扩展现有映射,可以获取源映射并向其添加新的数据定义。

依赖关系

Get Source Map 仅适用于 Proactive XS。

支持的脚本类型

The icon for a Generic script type - a rectangle with < and > symbols inside it.

The icon for the Email script type - a large @ symbol in a diamond.

The icon for the Chat script type - a chat bubble with an ellipsis inside (...), in a diamond shape.

The icon for the Phone script type - an old-style phone handset with curved lines indicating sound coming out of it.

The icon for the Voicemail script type - a symbol that looks like a cassette tape - two circles sitting on a horizontal line.

The icon for the Work Item script type-a piece of paper with one corner folded down and a bullet list on it.

The icon for the SMS script type - a smart phone with a chat bubble coming out of it.

通用

Email 聊天 电话 语音信箱 工作项目 短信

输入属性

这些属性定义操作在执行时使用的数据。

属性

说明

SourceName 生成记录的来源的名称。提供系统内记录的逻辑分组。如果您的源映射无效或丢失,您可能会收到“缺少外部 ID”错误。

输出属性

这些属性包含保存执行操作返回的数据的变量。它们在操作完成后供引用和使用。

属性

说明

Results (out) 一个动态数据对象,包含操作执行的结果。

结果分支条件

结果分支条件允许您在脚本中创建分支,以在执行操作时处理不同的结果。

条件

说明

Default

除了脚本满足条件要求其接受其他分支的情况之外,所要采用的路径。如果未定义操作的其他分支,也会执行此操作。

InvalidSource

当所提供的源名称不存在时采用的路径。

脚本示例

这是一个示例,说明如何在脚本中使用此操作。它并不是一个完整的脚本。可能还需要编写其他脚本。

以下示例仅为一个大型脚本的一部分。整个脚本可在 Createsourcemap 电话脚本示例中查看。此部分脚本用于检索可以进行更改的现有源映射。

双击“代码片段”操作查看“代码片段”的属性:

您想下载这个脚本吗?