acl-management

Create and validate table-, field-, and row-level ACLs in ServiceNow.

34|13|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Happy-Technologies-LLC/happy-servicenow-skills --skill acl-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acl-management
Source: https://github.com/Happy-Technologies-LLC/happy-servicenow-skills/tree/main/skills/security/acl-management
Command: npx skills add https://github.com/Happy-Technologies-LLC/happy-servicenow-skills --skill acl-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ACL-based security on ServiceNow can be complex, leading to open access or over-restriction. This Skill provides structured guidance to design, implement, and validate ACLs across table, field, and row-level scenarios.

Core Features & Use Cases

  • Comprehensive ACL design principles covering table-, field-, and row-level rules.
  • Step-by-step creation and testing workflows to enforce least privilege.
  • Troubleshooting patterns for common access issues and debug techniques.

Quick Start

Configure table- and field-level ACLs for a target ServiceNow table and validate access with sample user roles.

Frequently Asked Questions about acl-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and validate ServiceNow ACLs for table and field-level access?

To create ServiceNow ACLs, configure table and field-level rules on target ACL tables, then validate access enforcement using sample user roles to ensure least privilege is applied correctly.

What is the difference between table-level and row-level ACLs in ServiceNow?

Table-level ACLs in ServiceNow restrict access to entire tables, while row-level ACLs enforce access control on specific records within those tables. Both apply least privilege principles but target different data granularity layers.

Why are my ServiceNow field-level permissions not working as expected?

ServiceNow field-level permissions fail when dependent records or required roles are missing. Troubleshoot access issues by debugging ACL evaluation logic, validating prerequisite role assignments, and verifying safe change procedures.

Can I use role-based access control to secure HRSD and CSM tables in ServiceNow?

Yes, role-based access control secures HRSD and CSM tables by applying structured ACL design principles. Configure precise access rules with proper roles and dependent records to ensure secure, auditable deployments.