Error: read access to sn_hr_core_profile not granted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2024 10:35 PM
Getting error while executing flow designer.
Flow designer is on Human resource core application and I'm sn_hr_core_profile table for generating attachment.
But getting below error, I'm running it from system user.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 01:32 AM
@Hafsa1 Is the custom action Create attachment for in sn_hr_core scope?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 02:25 AM
it seems you are trying to use GlideSysAttachment class and write method in scoped app in your custom action
try creating a cross scope record for Read and Create from HR scope to global scope
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 03:14 AM
how to create for glidesysattachment?