Change Salesforce field check #1161
-
Hey, as you may know by now 😅 we are using the Salesforce intergration and had a few problems, one of the more recent ones was that we didn't got field mappings, after looking at the code we realized that the fields need an edit permission on Salesforce so this condition works
But for our needs of the integration only Also would it be an option when refreshing the integration in the Integrations tab to only call the endpoint for the options that are enabled (Lead, Contact, Opportunity, Account or Case) ? Thanks and kind Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
So according to the docs I would assume this needs to be checked in case the field in question (not just custom fields) is As for only refreshing endpoints for the enabled objects, that's something we can look at including. |
Beta Was this translation helpful? Give feedback.
So according to the docs I would assume this needs to be checked in case the field in question (not just custom fields) is
updateable
and not a read-only field. I'm not too sure about changing that tocreateable
, so I'd have to check against that and the various different fields.As for only refreshing endpoints for the enabled objects, that's something we can look at including.