updateId (internalModel, data) private
When an adapter's createRecord
, updateRecord
or deleteRecord
resolves with data, this method extracts the ID from the supplied data.
Parameters:
-
internalModel
InternalModel
-
data
Object
updateId (internalModel, data) private
When an adapter's createRecord
, updateRecord
or deleteRecord
resolves with data, this method extracts the ID from the supplied data.
InternalModel
Object
Please login to continue.