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