How to assign a user to assign_to field through email
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2017 03:26 AM
Hi All, i need to assignee a user to Assigned_to field Through email. Can anyone Please help me in this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2017 03:56 AM
Hi Manisha,
There is already a OOB Inbound action for same Named as Create Incident.
current.assigned_to = email.body.assign;
you have to type
assign:UserID in email and inbound will read and set it automatically.
THanks,
Abhishek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2017 04:01 AM
Thank you Abhishek for your reply. can you be more specific with the script. I'm very new to this service now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2017 03:58 AM
Hi Manisha,
You can do this using the Email inbound actions.
Inbound Email Actions - ServiceNow Wiki
http://wiki.servicenow.com/index.php?title=Examples_of_Inbound_Email_Actions#gsc.tab=0
please fallow the above links to accomplish your requirement.
Thank you
Hope this might be helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2017 04:07 AM
HI Manisha,
In left navigation type Inbound action.
Open the Inbound actions and search for create incidents
open the create incidents.we have current.assigned_to= email.body.assign;
So whenever we will email to our servicenow instance putting in body assign:(Servicenow userid)/
it will automatically get assigned to that user.
Thanks,
Abhishek