mike4aday / SwiftlySalesforce

The Swift-est way to build native mobile apps that connect to Salesforce.
MIT License
136 stars 43 forks source link

Question: Best practices for querying if user is allowed to update object #125

Closed perbrondum closed 3 years ago

perbrondum commented 3 years ago

I can try to update object and fail, but was hoping for a better way.

mike4aday commented 3 years ago

Hi @perbrondum - you can call the describe method here, and the boolean property isUpdateable will tell you whether the current user can update the record.