CRM and CX Blogs by Members
Find insights on SAP customer relationship management and customer experience products in blog posts from community members. Post your own perspective today!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

Using this feature Interaction Center Manager/Supervisors can create and send messages to their agents. Messages appear instantly on each agent's Interaction Center screen. With Broadcast Messaging the manager can define priority and expiration time when editing a message, create or maintain distribution list, check sent messages and resend expired messages.

  1. Login to IC Web using IC_MANAGER role and go to Managing Operations->Create Broadcast Messaging


   

  1. IC Broadcast Messaging view will open as shown below

 

  1. Go to Profile Selection tab, you need to setup your Broadcasting profile or choose the standard one and click on Save as Default button.

  Note: If you going to default the profile for the first time then you need to log-off and login again. 

  1. To create a custom profile go to IMG customizing CRM->IC Web Client-> Additional Functions->Define Broadcast Messaging Profiles and create a new entry

  1. Enter Profile Name and some description. You need to enter Org Unit ID because when you create Distribution List later it will be used to fetch only those users which are assigned to that Org unit. In this way we will group together all the IC web users who will be part of the Broadcast Messaging. Create one Org Unit for this purpose and assign IC web users there.

  1. In the above customizing Keep Expired Messages defines how many days the system should store expired messages. After the defined number of days has passed, the expired messages are deleted from the Sent Log the next time you start the application. Blank field means 0 days.

  1. In this step when you create Distribution list only the users assigned in the above Org Unit will be available to choose from. Select the user(s) whom you want to add to your Distribution List.

     Update: The question asked below by Martin is totally valid, if you have 50-60 or even many more users as recipient and to add them one-by-one is really      a little pain. So i debugged it and Voila!!!...... found that table CRMT_CIC_BR_DL is getting filled when we assign users from that Org unit. Hence to add the users in an easier way you create a very basic abap program to fill this table using a load file which contains all the users id of the recipient corresponding to your distribution list id and they will appear correctly in the UI. Also that table is open for changes hence you can manually add/remove entries if you want.

  1. Now go to Send Message tab and select your Distribution List, enter the duration after which your message should get expired ( here I entered 15 minutes ) and set the priority ( message will appear in bold if you choose High ) and enter your message. Click on Send.

  1. Now this Broadcasting Message will appear in IC Web user screen that all are part of the distribution list and will expire after 15 minutes.

  1. You can check the Current Messages or Expired Messages from the Sent Log tab. If you want you can resend the expired message again by clicking on Resend Message button.

Enhance the Broadcast messaging color and font

For system below EhP1:

Go To SE80 -> BSP Application -> CRMCMP_IC_FRAME ->MIMEs -> Stylesheets -> Broadcast -> (Choose your skin) Let's say default -> download crmcmp_ic_frame_broadcast.css file by double clicking on it -> Save on local desktop -> open the file and modify

/* Fonts for the text displayed in the message bar and the empty text displayed in the message divider */
.highpriority, .normalpriority, .lowpriority, .messagedivide, .queue { font-family : Arial; font-size : 1.4ex; font-weight : normal; }

/* The colors for the text displayed in the message bar */

.highpriority, .normalpriority, .lowpriority, .queue { color : #FFFFFF; }

If required you can change these to use different font, font size and color based on message priority also.

For EhP1 users:

Customizing and setting the formatting of broadcast messages are much similar to alert. The only difference is you do not set icon for message.

To define the broadcast message theme, please go to SPRO -> SAP Customizing Implementation Guide -> Customer Relationship Management -> Interaction Center WebClient -> Additional Functions -> Define Themes for Broadcast Messages. You can define your own theme there. Please see the screenshot below:


However please be aware that the color will only be appearing when a message is displayed in the pop-up window, but not in the scrolling bar.

Thank you.

18 Comments