Consider the trigger below The idea is to stop any changes from being done to a Tasks record if it is tied to a Jobs record that has a value in the QuotationID field. It works because when these conditions are met, the changes are not saved. However, though, an error is returned to the application that causes…