Back
alwaysSave
Editing, Updating and Creating Records
alwaysSave
Always save even if record has not changed when set to true
Default:
Before saving a record, we check if the record has changed. If it is not changed, we normally do not save it again as an optimization. Setting

$lens->alwaysSave = true;

overrides this default behaviour. Useful when all records in editMultiple have to be saved in a specific sequence.

 Basic:Yes  Advanced/Enterprise:Yes  DynamicEdit:Yes   [Version 4.0.1]