- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2017 08:23 AM
Hey everyone,
I'm having a tough time getting my business rule to work properly. I am trying to keep track of the number of users in a table so I have a business rule that uses GlideAggregate to count the number of records in the table. In the when to run section, I have it set to run after a user has either been inserted or deleted from the table. I then created an event that notifies me what the current number of people are in the table everytime someone is added or deleted.
The business rule runs fine when someone is inserted into the table but does not work at all when someone is deleted from the table.
Does anyone have an idea why that is?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2017 02:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2017 10:52 AM
Hey Pradeep,
This is exactly what I needed! Just needed to replace current with null in eventQueue().
Thanks!