Announcement

Collapse
No announcement yet.

Put/Patch record from backend with SKIP_ALL options

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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(urldata
    2.
    PHP Code:
    models.save({key:value},{patch:true}) 
    Thank you for your support

  • #2
    Hi,

    There's no such an ability. It would be a security vulnerability BTW.

    Comment

    Working...
    X