cancel
Showing results for 
Search instead for 
Did you mean: 

sending mails from IC web client

Former Member
0 Kudos

Hi all,

I need to add a button and a dropdownlist in IRecReason view where mail ids have to select from dropdownlist and after clicking button mail should go to the person selected from the dropdown list.

GUI for these have been developed in BSP view page but I need codes to put for the button click event handling portion.

Where and how it can be done please send me details for that.

Thanks

Koustav

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Koustav,

You need to configure ERMS & SAPConnect to be able to acheive this.

See view MailBody.htm for insight of email functioanlity and code.

Cheers,

Ankur

Former Member
0 Kudos

Hi

Thanks for your reply

That all have been configured.

I need to know how and what to change in xml file for view navigation.

And what will be name of the xml file.

Thanks

Koustav

Patrick_McMahon
Contributor
0 Kudos

Hi Koustav,

The navigation XML's are stored in CRM_IC_DT_REP. Find the navigation event from the DO_HANDLE EVENT method in the controller class and then search for this in the XML. You will need to subsitute CRMIC.xml for one pointing to your new navigation in the same configuration where you define the controller substitutes.

Cheers,

Patrick.

Answers (0)