
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 07:01 AM
I want to write a Business Rule that checks if an update was made by the System account.
I know I can use gs.getUserName() or gs.getUserID()
But what would be the matching value? I do not see the System account in our user table.
Solved! Go to Solution.
Labels:
- Labels:
-
Scripting and Coding
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 07:05 AM
You could check the sys_updated_by field to see if the value is 'system'. Is that what you are looking for?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 07:05 AM
You could check the sys_updated_by field to see if the value is 'system'. Is that what you are looking for?