The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Updating a record by third party user via email

sidarth
Giga Expert

Hi All,

So I have a requirement like any person irrespective of the fact whether he/she is in the system or not should be able to update the HR Case.

e.g. I click on the email icon on a HR case and send an email to abc@example.com.

              Now when abc sends back a reply it should update that HR case even if abc is not in the system or doesn't have any roles.

          Note: It is working fine when the user is in the system, has no roles but is associated with the case (he might be opened_for, opened_by)

                              In this case the email he sends gets processed and the case is getting updated.

                            But if the user is not associated with the case and doesn't have specific role the email gets errored out.

I have provided the screenshot below of the email logs.

inbound.PNG

Any help would be appreciated

1 ACCEPTED SOLUTION

sidarth
Giga Expert

This will be resolved if we deactivate the "Restrict Query" business rule


View solution in original post

12 REPLIES 12

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Sidarth,



Administrators can prevent users from untrusted domains from triggering inbound actions. For example, you can prevent email from users outside your company domain from creating incidents.


Please check section 13 for more info.


Inbound Email Actions - ServiceNow Wiki



Inbound email action with guest user


Sorry Pradeep but my requirement is exact opposite. I want emails to update the case


To clarify, it sounds like this is HR Related and the email action is setup to write to the case using the permissions of the person that is replying to the case.   Though, if the user doesn't have permissions, they update fails because they don't have access to the case.   Is that correct?





So how does a person open up ACL access to a record only when updated via email?   Is that essentially what you are asking?


Check out my Consultant's Survival Guide
https://youtube.com/watch?v=zYi8KhP9SUk

That is correct.



Though I am not sure if only acl's are in play here. I tried giving public access via acl but still the same error.