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
    • 417

    #1

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

    I want to edit *only* the field I specify with entity->set
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9696

    #2
    ->save($entity, ['skipModifiedBy' => true]);

    Comment


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