Quantcast
Channel: SCN: Message List - SAP CRM: Interaction Center
Viewing all articles
Browse latest Browse all 3700

Re: Alert for status changed in Service request CRM

$
0
0

Hi,

 

You can just put following code on SAVE to trigger alert.

 

data: lv_alert_srv     type ref to if_crm_ic_5x_ext_alert_srv.

lv_alert_srv ?= cl_crm_ic_5x_ext_alert_srv=>if_crm_ic_5x_ext_alert_srv~get_instance( ).


lv_alert_srv->trigger_alert(
                    iv_message    = 'This is a test alert'
                     ).

 

You don't event need to configure alert. This will appear in alert area.

 

Regards,

Naresh


Viewing all articles
Browse latest Browse all 3700

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>