Skip to content

Commit 226c515

Browse files
authored
Update README.md
Added the Check for Inactive Business Rules over 90 days
1 parent 3db6eac commit 226c515

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ GlideLDAP API usage is unsupported by ServiceNow and hence should be avoided, ra
158158
### Check for Orphaned Tickets
159159
Tickets from tables such as Incident, Change Request, Problem, and other task-related tables should always have an Assignment Group specified. These tickets represent issues or requests that require attention and action. Leaving the Assignment Group field empty can result in unresolved issues or delays in implementing fixes, as no team will be accountable for the resolution. Since the Assignment Group is meant to designate the responsible team for managing these tickets, it should never be left blank.
160160

161+
### Check Inactive Business Rules over 90 days
162+
Inactive Business Rules which are not updated for more than 90 days and not created by glide.maint and not updated by admin should be identified to remove unnecessary overhead.
163+
161164
## Category: Upgradability
162165

163166
### Call GlideRecord using new

0 commit comments

Comments
 (0)