Jump to content

Recommended Posts

Posted

Hi all,

Any ideas why the following routing rule doesn't work for the ccaddress but works for the to address, please? This to automatically log tickets, works if servicedesk@abc.com is the to field, but not if its in the CC.

toAddress LIKE '%servicedesk@abc.com%' OR ccAddress LIKE '%servicedesk@abc.com%'

Posted

Hi GSM,

Thanks for your post.

While you are able to check the contents of the CC field, the ticket being raised will be for the user in the To field.  Could it be that the user in the To field doesn't exist as a user or contact?

Posted
12 minutes ago, James Ainsworth said:

Hi GSM,

Thanks for your post.

While you are able to check the contents of the CC field, the ticket being raised will be for the user in the To field.  Could it be that the user in the To field doesn't exist as a user or contact?

Hi James,

The "to" field includes me as the recipient, and i am in our system as a user. Tried with other users in the to field and i get the same the ticket just sits there and does not get auto assigned. 

Posted

Hi GSM,

Sorry, I might not have been correct in my previous comment.  It seems that the To field must contain the address associated to your mailbox.  I'll try to find out more or have someone a bit more familiar with the working of email rules, provide some additional information.  

Posted
11 hours ago, James Ainsworth said:

Hi GSM,

Sorry, I might not have been correct in my previous comment.  It seems that the To field must contain the address associated to your mailbox.  I'll try to find out more or have someone a bit more familiar with the working of email rules, provide some additional information.  

Thank you James. I await your reply.

Posted

Managed to fix this by messing around. This now works. I needed to add brackets

 

toAddress LIKE ('%servicedesk@abc.com%') OR ccAddress LIKE ('%servicedesk@abc.com%')

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...