Author Topic: Discriminate incoming mail accounts on IRD  (Read 641 times)

Offline cavagnaro

  • Hero Member
  • *****
  • Posts: 3030
  • Karma: -955
Discriminate incoming mail accounts on IRD
« on: June 18, 2010, 07:48:02 AM »
Hi guys,
I have a question, would like to know how to configure a View in the IRD (Business Interactions) so I have two email accounts configured on EJS which need to have different strategies...how does the view query would be???
Thanks

Offline Timur Karimov

  • Sr. Member
  • ****
  • Posts: 251
  • Karma: 0
Re: Discriminate incoming mail accounts on IRD
« Reply #1 on: June 18, 2010, 04:47:59 PM »
Hi guys,
I have a question, would like to know how to configure a View in the IRD (Business Interactions) so I have two email accounts configured on EJS which need to have different strategies...how does the view query would be???
Thanks

Hi cav,

do you try create new end point on media server object ? and bound to this new end point additional strategies?
samething like this
http://cid-4e42d920100f5710.photos.live.com/self.aspx/%d0%9d%d0%be%d0%b2%d0%b0%d1%8f%20%d0%bf%d0%b0%d0%bf%d0%ba%d0%b0/email^_sample.JPG


Offline cavagnaro

  • Hero Member
  • *****
  • Posts: 3030
  • Karma: -955
Re: Discriminate incoming mail accounts on IRD
« Reply #2 on: June 19, 2010, 12:06:12 AM »
I think will be like your ESJ object, several accounts but on my case different strategies...
So support will not have autoanswer and will go to agent group 1
sales questions will have autoanswer, acknowledge and go to AG2
and so and so...

Thanks :)

Offline René

  • Hero Member
  • *****
  • Posts: 1546
  • Karma: 46
Re: Discriminate incoming mail accounts on IRD
« Reply #3 on: June 19, 2010, 12:42:26 AM »
Hi Cav,

You can use the solution proposed by Timur or define a new view with following condition:

Mailbox = '<value of the key "address" of particular mailbox defined in ESJ options'

R.

Offline Krister

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Discriminate incoming mail accounts on IRD
« Reply #4 on: July 15, 2010, 05:33:34 PM »
Run a main startview where you have a multiscreen object to sort the incoming emails using screening rules from knowledge manager.
If that is hard then just take out UData Mailbox and sort accordingly.

Offline cavagnaro

  • Hero Member
  • *****
  • Posts: 3030
  • Karma: -955
Re: Discriminate incoming mail accounts on IRD
« Reply #5 on: July 22, 2010, 09:25:54 AM »
Hi Cav,

You can use the solution proposed by Timur or define a new view with following condition:

Mailbox = '<value of the key "address" of particular mailbox defined in ESJ options'

R.


Hi René,
Tried to do this but I got a message on logs indicating that in the table the column 'Mailbox' couldn't be found on the table...so I started to see the columns of the Interaction Server and yes, such column doesn't exits...what else can I do?

Offline cavagnaro

  • Hero Member
  • *****
  • Posts: 3030
  • Karma: -955
Re: Discriminate incoming mail accounts on IRD
« Reply #6 on: July 22, 2010, 09:39:24 AM »
Ok created a Custom Property with that value following the MM User guide...lets see what happens tomorrow.
:)

Offline YevgeniyP

  • Jr. Member
  • **
  • Posts: 65
  • Karma: 0
Re: Discriminate incoming mail accounts on IRD
« Reply #7 on: July 28, 2010, 01:04:57 PM »
Another approach (without custom attributes) is to do the analysis in the strategy and place interactions into different queues. After that each queue processed by appropriate strategy.
YP

Offline cavagnaro

  • Hero Member
  • *****
  • Posts: 3030
  • Karma: -955
Re: Discriminate incoming mail accounts on IRD
« Reply #8 on: July 28, 2010, 02:54:14 PM »
Custom attributes did work BUT handling queues was a little bit messy.
What I ended up doing was to install another ESJ instance...and works fine and nice :)

Offline vma

  • Full Member
  • ***
  • Posts: 109
  • Karma: 0
Re: Discriminate incoming mail accounts on IRD
« Reply #9 on: July 28, 2010, 11:31:13 PM »
I'm having 40 different pop account defined in ESJ and what I am using is the attached 'Mailbox' field. I created a List of objects with data for each of these mailboxes and I get dynamically the needed info from these lists based on the Mailbox field.
Hope it helps.