myOwn.TableConnector.prototype.recordLeave = function recordLeave(depot){
    return (!this.my.config.cursor || depot.primaryKeyValues===false?
        Promise.resolve():
        depot.my.ajax.table_record_leave({
            table:depot.def.name,