Configuring the Display Name for Siebel Chat Sessions
You can configure and customize the display name for chat sessions. The following procedure shows how to configure the display name for chat sessions.
To configure the display name for Siebel Chat sessions
Verify that the Accept Chat Workflow name in the ChatAcceptedLog is configured in your Siebel Business application as follows:
Navigate to Administration - Communications, then the All Event Logs view.
Query for ChatAcceptedLog, locate ServiceParam.ProcessName, then verify the workflow name, and make sure that it has included the workflow step to update the display name for Siebel Chat sessions.
Query for ChatTransferAcceptedLog, locate ServiceParam.ProcessName, then verify the workflow name, and make sure that it has included the workflow step to update the display name for Siebel Chat sessions.
Note: Siebel Chat provides a default sample workflow to handle incoming chat requests called Chat Standard Accept Process.
Verify that the run-time events for updating the chat display name have been added to your Siebel application and configured appropriately as follows:
Navigate to Administration - Runtime Events, Actions Sets view, then select the Personalization Action Set list applet.
Add a record with the values shown in the following table, if a record is not already configured with these values.
Field Value Name
Update Chat Display Name
Active
Selected
Enable Export
Selected
Description
Update Chat Display Name
Navigate to Administration - Runtime Events, Actions Sets view, then select the Personalization Action list applet.
Add a record with the values shown in the following table, if not already configured.
Field Value Name
Update Chat Display Name
Action Type
BusService
Sequence
1
Active
Selected
Note: This field indicates whether the action is active or not. If this field is not selected, then the action is ignored when the event occurs.Business Service Name
Workflow Process Manager
Business Service Method
RunProcess
Business Service Context
“ProcessName”, “Chat Display Name Update Process”
Navigate to Administration - Runtime Events, then the Events view.
Add a record with the values shown in the following table, if not already configured.
Field Value Action Set Name
Update Chat Display Name
Sequence
1
Object Type
BusComp
Object Name
Service Request
Event
WriteRecordUpdated
Update the Chat Display Name Update Process workflow in Siebel Tools as follows:
Start Siebel Tools.
Locate, verify, and open the Chat Display Name Update Process workflow.
Note: Siebel Chat by default provides the Chat Display Name Update Process workflow, and you can modify it as required.Configure the following methods as required in the following order:
UpdateChatDataField. This method resets the ChatDisplayName in the Chat Data map to an empty string.
Update ChatDataFieldEx. This method updates the field in the Chat Data map with the value in a business component field.
UpdateWithBCField. This method updates a field in the Chat Data map with the value in a business component field.
UpdateWithBCFieldEx. This method updates the field in the Chat Data map with the value in a business component field.
UpdateWithChatData. This method updates a field in the Chat Data map with the value in the third-party Chat Data field.
UpdateChatUIField. This method updates the chat display name in the chat pane.
For more information about each of these methods, see Methods for Customizing Siebel Chat Process Flow and Interface Functionality.