How to get the list of records that got removed from list field.
i have a list field called managers referencing to sys_user table.So whenever the user gets removed from the manager field, I need to set another field as false.But for this how can i get the list of all users that is removed from the manager list fi...