Neo
Neo

Reputation: 16239

how to connect to custom objects of Salesforce using connector in logic app

I have created a custom object in Salesforce and using a Salesforce connector I'm trying to access it.

But when I connect salesforce using the user id and password I'm unable to see custom object into Salesforce Object Type List?

And I add directly that name as custom value and run it throw an error as not found.

Upvotes: 1

Views: 346

Answers (1)

AdAstra
AdAstra

Reputation: 1984

Have you tried with the Plural name? As I can see that the dropdown suggestions have a plural name and not the Object Name. Does security settings play a role here? Does the user running the integration have enough permissions to query the custom entity? Do you need to publish settings for the custom entity?

Also this: Salesforce session settings can block this integration. Please ensure that setting "Lock sessions to the IP address from which they originated" is disabled. Documentation

Upvotes: 2

Related Questions