• Create an account by REST API without sending user assigned notification

    Hello There is something equivalent to the php version of $bean->save(false); to avoid user email notificacion by API REST Calls? Or some variable flag on the json of rest/v10/Accounts POST? Something like the last part of this fake json example { "id…
  • How do I programmatically set a datetimecombo field?

    I have tried these examples in record.js: this.model.set('my_custom_datetime_field_c', "2016-02-01 00:00:01"); this.model.set('my_custom_datetime_field_c', Date.parse("2016-02-01 00:00:01")); The first one gave this error on save: Did not recognize my_custom_datetime_field_c…