- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2024 08:02 AM
I have a custom application that inherits from the Incident Table. I had to create a custom business rule to update closed and closed by when I close a ticket because the states got altered for this custom application. After I close the ticket, the updated by becomes "system" and not the person who last updated it (Closed it). But when someone updates the closed ticket again and clicks update, then their name is populated in the Updated by.
Could someone please tell me how to fix this and not show "system" on updated by when we close it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2024 09:07 AM
If the transaction happens Async, (Async BR, Workdlow or flow on system session, scheduled job) then the Updated will come as System.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2024 09:13 AM
Hey @Anurag Tripathi ,
Both transactions are run on before business rules.