Inbound email action to create catalog task with vairables

Giri6
Tera Expert

Servicenow receives email from a customer  with body containing name=value pairs. I want to create a catalog task with variables populated out of these variables after parsing.  I want the data to be seen by the only the group assigned. I am new to everything here as have only experience in creating catalog item with workflow.

Appreicate any direction. Excited to start something new.

1 ACCEPTED SOLUTION

sachin_namjoshi
Kilo Patron
Kilo Patron

Use below solution to create catalog task with variables using inbound action

 

https://community.servicenow.com/community?id=community_blog&sys_id=c25da629dbd0dbc01dcaf3231f961933

 

Regards,

Sachin

View solution in original post

5 REPLIES 5

If you use roles for variable, then these variables will be locked in all objects like catalog item form, RITM, SCTASK.But, this security is ONLY based on roles for variables.

If you want this validation only on  RITM, then client script will give you more flexibility to allow access to these variables based on group membership.

Regards,

Sachin