cancel
Showing results for 
Search instead for 
Did you mean: 

Assign Script to Call List Business Context

Former Member
0 Kudos
87

Hi,

I am battling to find a method to assign an Interactive Script to a call list programatically.

the standard method of achiving this is:

1. Transaction CRMD_TM_CLDIST

2. Expand the desired Call List in the left pane

3. Click on the "Business Context" option in the left pane

4. In the right pane, click on the "Scroll" icon (Add IC Winclient Script) and select the script to attach.

This process updates field SCRIPT_ID in DataBase table CRMD_TM_CL_CMPGN (which is linked to Entity Type CRM06189).

I have traed and searched for an FM of Class/Method to perform this programmatically, to no avail - any assistance is appreciated.

Many thanks

Steven

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Easiest method to achieve this is as follows.

Create the Campaign.

Select the communication medium as Call.

Select the interactive script which is visible field after you select the comm medium.

Assign the target group in campaign and execute.

It will create the call list with the script.

Former Member
0 Kudos

Unfortunately the Call List is stand-alone and not linked to a Campaign.