Auto modify the on-call schedule when a user is no longer active.Issue Process to auto-update the on-call scheduled when a user is no longer active in the instance.ResolutionThere is no OOB way to auto-update the on-call scheduled when a user is no longer active in the instance. As the next user availability can not be auto-determined by the system. If you want to automate the process you can try the below process -- Create a before/after update a business rule on sys_user table to trigger when a user is set to inactive -- Update the cmn_rota_roster table using a script in the business rule to remove the user.