List Edits and SOW Bulk assign function ignor onChange client scripts scripts and rules implemented Issue OnChange scripts are ignored when trying to update multiple records at once, either through Bulk update feature on SOW or through OOTB List updates. SymptomsonChange scripts that are meant to trigger when a field is changed will not work if that field change is made from a List view, or from the Multi-form bulk edit feature.ReleaseAllCauseThis is by design. Lists do not execute onChange client scripts or UI Policies, because those scripts are meant to run against a single record change, not multiple.ResolutionThis behavior can potentially by mitigated using business rules. You use business rules in addition to the client script logic you have to enforce values before save and insert because it is possible to set values outside of a form without client scripts running with both lists and with the Multi-form tool