Put/Patch record from backend with SKIP_ALL options

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • trungtvmso
    Member
    • Jun 2022
    • 70

    Put/Patch record from backend with SKIP_ALL options

    Hi all,

    I would like to ask how could I defines SKIPALL in putRequest from FE javascript due to I need to update record without logged changes.

    I'm using 2 scripts like below:

    1.
    PHP Code:
    Espo.Ajax.putRequest(url, data) 
    
    2.
    PHP Code:
    models.save({key:value},{patch:true}) 
    
    Thank you for your support
  • yuri
    Member
    • Mar 2014
    • 8455

    #2
    Hi,

    There's no such an ability. It would be a security vulnerability BTW.
    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

    Working...