• calling 'save' from an action button in a record view (not edit view)

    Hi, I've added an action button to a custom meeting detail view - The plan is that it updates a couple of fields (checkbox, geolocation and a datetime field) and saves this back to the server. I used model.set() for this. I had previously tried…