_generateId (modelName, properties) Stringprivate
If possible, this method asks the adapter to generate an ID for a newly created record.
Parameters:
-
modelName
String -
properties
Object - from the new record
Returns:
-
String - if the adapter can generate one, an ID
Please login to continue.