User Activity

During our nightly LDAP feed into sys_user, I need to check what department a user is in. If they're in a specific department, I need to add them to a group (if they're not already a member). I've created an advanced business rule on sys_user to run ...
Greetings, Community! I have a use case where I need to allow a user to upload an Excel spreadsheet via a catalog item.  The spreadsheet could have more than 200 rows in it.  Once uploaded, the content of the file would be parsed into a MRVS (multi-r...
Oh...Community! I have a use case where I need to count the number of rows that have been added to a MRVS (multi-row variable set) before the record is written to the DB.  I've tried a couple of ways (onChange, onSubmit) to capture the row count, but...
I have a custom table that contains items related to various types of supplies. It's a simple table containing fields for item category, item, description, quantity, etc.  I have a catalog item with a multi row variable set (mrvs). The variable set m...
/* Disclaimer -- I'm a scripting noob, so be gentle.  */ I have events coming into em_event from Logicmonitor via an Event Listner (https:// <instance>.service-now.com/api/global/em/jsonv2).  The events are coming over, but not being mapped to the t...