Get Source Map

지정된 소스에 대해 기존 범례를 가져옵니다. 예를 들어, 기존 맵에 추가하려는 경우 소스 맵을 가져와서 이 맵에 새 데이터 정의를 추가할 수 있습니다.

Dependencies

Get Source Map은(는) Proactive XS에만 사용합니다.

Supported Script Types

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.

일반

이메일 채팅 전화 음성 사서함 작업 항목 SMS

Input Properties

이러한 속성은 실행할 때 작업이 사용하는 데이터를 정의합니다.

속성

설명

SourceName 처음 레코드가 시작된 소스의 이름입니다. 시스템 내 레코드의 논리 그룹화를 제공합니다. 유효하지 않거나 누락된 소스 맵이 있는 경우에는 외부 ID 누락 오류를 수신할 수 있습니다.

Output Properties

이러한 속성에는 작업 실행에서 반환되는 데이터를 보유하는 변수가 포함됩니다. 작업이 완료될 때 참조 및 사용할 수 있습니다.

속성

설명

Results (out) 실행 중인 작업의 결과를 포함하는 동적 데이터 개체.

Result Branch Conditions

결과 브랜치 조건을 사용하면 작업이 실행될 때 여러 결과를 처리하기 위해 스크립트에 브랜치를 생성할 수 있습니다.

조건

설명

Default

다른 분기를 사용하기를 요구하는 조건을 스크립트가 충족하지 않는다면 사용되는 경로입니다. 작업의 다른 분기가 정의되지 않았을 때도 사용되는 경로입니다.

InvalidSource

제공된 소스 이름이 존재하지 않을 경우 사용되는 경로입니다.

Script Example

이 예시는 완전한 스크립트가 아닙니다. 이 작업을 사용하려면 추가 스크립팅 작업이 필요합니다.

The example below is just part of a much bigger script. The entire script can be seen in the Createsourcemap phone script example. This portion of the script is used to retrieve an existing source map to which you can make changes.

Double-click the Snippet actions to view the Snippet Properties:

Would you like to download this script?