Auto Populate Category and Channel Fields In Creation Of A Service Request — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Auto Populate Category and Channel Fields In Creation Of A Service Request

Summary:

Our requirement is to have a category field auto populate in creation of service request via email inbound integration for specific email id.

Example: If any emails comes to xyzhelpdesk@support.com, we need to create an SR automatically and populate category as 'Helpdesk' and if any emails comes to abchelpdesk@support.com then SR should get create automatically with category as 'Helpdesk_abc'.

i analysed the groovy script where it defined to give like below example,

if (ChannelTypeCd=='ORA_SVC_EMAIL') ‹
setAttribute('CategoryId','123456789')

However is there a way to define channel id aswell along with ChannelTypeCd so that for each different email, channel id differs and can have different category.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!