Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
abibenbella
Explorer

Triggering Alert modeler for custom event

Alerts are text/links displayed in the Context area of Interaction center screen to assist the IC Agent. Alerts in the CRM WebClient user interface that use system information to provide agents with information they may need during customer interactions.

Alerts are displayed at the centre portion of the context area.Alerts with links can trigger navigation within interaction center screens, Trigger events.Alerts are displayed at the centre portion of the context area.


Steps:

-> Create custom event in SPRO

-> Create Alert in IC_MANAGER role

-> Create Rule Policy in IC_MANAGER role

-> Raise custom event in Component

Create custom event in SPRO

Open SPRO->Customer Relationship Management->Interaction Center WebClient->Intent-Driven Interactions-> Define Events in Repository

Create a custom event ZBPID under Events Application CRM_IC_EVENT by clicking New Entries.

Assign parameter to custom event in Event Parameters.


Create Alert in IC_MANAGER role


  Alerts can be accessed from any Manager Business roles. Open business role IC_MANAGER for creating an alert. Navigate to Process Modeling in the Navigation bar, open Alerts.

Enter Alert ID, Description, Navigation object – where the alert to be triggered in IC

Five types of Attributes are listed. For our scenario, select Event and get the custom attribute created in SPRO to include data dynamically.

Insert the attribute with text ‘BP from Country CA’.

Create Rule Policy in IC_MANAGER role

To create Rule for triggering alert, open Rule policies in Process Modeling.

• The rule modeler is an application used to create, modify, and administer policies and rules that are used for the handling and evaluation of all incoming e-mails in the E-Mail Response Management System (ERMS).

• The rule modeler can be used by more than one application by using its own separate context. Rules and policies defined in each context are completely independent of each other.

Click on New to create a Rule policy and choose Intent Driven Interaction. Give a name to Rule Policy and choose Rule policy to add IC_AGENT in business roles by clicking Add entry.

Business role IC_AGENT is added then this alert will be shown to the agents who are logging in using the Business Role IC_AGENT. i.e. By adding business roles, the alert with the following rule will be triggered only in the mentioned roles.

And add our created custom event in the IC Events block of the Rule policy then the alert will be shown when the custom event is raised.


  By clicking Subnode, create a Rule Folder. Select the Rule folder and click on Subnode to create a rule under the selected folder.

Assign Conditions and Actions to created Rule.

Condition as Current event equals ZBPID ( created custom event ). And Action from the dropdown as Triggering alert – Alert_BPID.


  Check the Draft Rules which will show if there is any error in the rules and if none of them are there then release the Draft rules and Save.

Rules has been released for triggering alert whenever the custom event raised.


Raise Custom event in Component


Open component ICCMP_BP_DETAIL for raising custom component when confirming a BP in IC.

Enhance the component by giving Enhancement set name and Application name. Enhance the view which has event BP Confirm.

Redefine the Confirm method to raise custom event and add the below code.


Get the current country name of BP. If Country equals Canada, fetch the current BP id from node.

Set the custom event name and add parameter BP number as ID.


Raise the custom event with current BP ID.

  Custom data can be passed in the parameters of the event while invoking the event using classes CL_CRM_IC_EVENT_SRV & CL_CRM_IC_EVENT


Custom event will be raised in IC_AGENT as mentioned in Rule policy. Open IC_AGENT role.

In Account Identification page, give Country as ‘CA’ and search Account.


  Select an account from the result.

  Click on Confirm button to Confirm the selected account.


Alert is triggered in the context area by raising the cutom event.

4 Comments
Labels in this area