We cannot use After trigger, if we want to update a record because it causes read only error. This is because after inserting or updating, we cannot update a record.You can not make changes after an update because the record has already been updated.For example : You cannot update the contact fields in After trigger.Instead use before insert,before update.