ServiceNowDevProgram / code-snippets

ServiceNow's Code Snippets community repository, managed by the Developer Program and the sndevs community.
https://github.com/ServiceNowDevProgram/Hacktoberfest
281 stars 639 forks source link

Create Update Child Incident Count #1481

Closed harditsingh88 closed 3 days ago

harditsingh88 commented 3 days ago

// This code snippet will Update child_incidents field only when the current value is different than the actual count // Reduces performance overhead of an un-necessary DML operation // This is essential to keep the actual count of child incidents up to date.