Model row create, update and delete are all there but is there a way to do an upsert against an External ID field? When I searched the community there was one mention of a possibility for it the import wizard 2 years ago but can it be done on a model with a new operation like upsertRow(externalIdField)?
Possible enhancements for the Skuid “Import” Wizard:
-Allow it to perform deletes / upserts / updates, as well as inserts
-Expose support for External Id matching. This is already there internally, but not in UI.
Upsert is one of the most useful database operations in Salesforce and you can do it in Apex and REST APIs. It would also be nice to upsert and associate a relationship with an External ID as well.
How do you do an upsert on a model?
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.