How to edit entities without touching the 'modifiedAt' and 'modifiedBy' fields?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tothewine
    Active Community Member
    • Jan 2018
    • 373

    How to edit entities without touching the 'modifiedAt' and 'modifiedBy' fields?

    I want to edit *only* the field I specify with entity->set
  • yuri
    Member
    • Mar 2014
    • 8493

    #2
    ->save($entity, ['skipModifiedBy' => true]);
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment


    • tothewine
      tothewine commented
      Editing a comment
      Nice, thank you.
Working...