Resolved! Fix script for getting the exact count of records updated using "sys_updated_on" field
We have a requirement to update the Status field based on the Retired checkbox. If u_retired is true, then install status should change to "Retired" and if it is false, it should be "Installed". We need the exact count of rows updated after executing...