updateOnServer

open fun updateOnServer(syncManager: SyncManager, record: JSONObject, fieldlist: List<String>?): Int

Save locally updated record back to server

Return

true if successful

Parameters

syncManager
record
fieldlist

fields to sync up (this.updateFieldlist will be used instead if provided)

Throws