- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2024 09:40 PM
Hi All,
I'm testing the OOB configured Inbound Action to create Security Incident. During my testing, the emails is able to ingest but it didn't create Security Incident, it seems below condition didn't met. I did research about this and there's a suggestion to update the Accept inbound email to true.
When I tried to update it via API explorer it giving an error "ACL Exception Update Failed due to security constraints". I updated the required permission based on required ACL however I still encountering the error.
I would like to request your help on this. BTW SIR plugins are already installed. Thank you
condition: (new sn_sm.SMConfiguration()).isEnabled("security_incident", "inbound_email", false)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2024 09:49 PM
Hello @Sev3,
For similar kind of issue, Please refer to the link below:
https://www.servicenow.com/community/developer-forum/how-can-i-update-a-record-field-from-an-inbound...
If it is helpful, please mark it as helpful and accept the correct solution. In future, it might be helpful for someone to refer to this solution.
Thanks & Regards,
Abbas Shaik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2024 09:49 PM
Hello @Sev3,
For similar kind of issue, Please refer to the link below:
https://www.servicenow.com/community/developer-forum/how-can-i-update-a-record-field-from-an-inbound...
If it is helpful, please mark it as helpful and accept the correct solution. In future, it might be helpful for someone to refer to this solution.
Thanks & Regards,
Abbas Shaik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2024 10:45 PM
Thank you so much @Abbas_5 , I'm able to update it the table sm_config