Open zregvart opened 6 years ago
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!
A bit nuanced, we should provide better use of Salesforce metadata.
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!
This is a...
The problem
When using Salesforce connector we might offer the user object or field that is not usable in the context of the selected action. For instance field
Name
cannot be updated on theContact
object, orUser
object cannot be deleted via API call. This is all coded in the metadata of the objects, e.g. fields haveupdateable
flag, objects havedeletable
flag.Expected behavior
Never offer something to the user if that can lead to errors. For instance remove
Contact
'sName
field from the data shape specification when selecting update/create or update actions.