ServiceNowDevProgram / code-snippets

ServiceNow's Code Snippets community repository, managed by the Developer Program and the sndevs community.
https://github.com/ServiceNowDevProgram/Hacktoberfest
289 stars 657 forks source link

User Activity Log Tracking #1594

Closed wendy-ha18 closed 3 weeks ago

wendy-ha18 commented 3 weeks ago

Overview

This script logs specific user actions (e.g: record updates and approvals) in ServiceNow into a custom table u_user_activity_log.

This code snippet provides audit capabilities and allowing developers to track user actions for compliance or analytics purpose.

Folder structure