Scenario :I have an Account object and Schedule__c object.I want to update account and Schedule__c objects' fields on update before trigger.When I update Account in Batch class called by Account trigger I am getting following exception:Update failed. CANNOT_INSERT_UPDATE_ACTIVATE_ENTITYWhen I remove update accoount; statement from the execute() function of batch class it is not reflecting the changes made in account object as it does automatically in Account trigger.PLease let me know if anyone has the solution.Thanks,Sohel