Salesforce Custom Field Lookup Issues

It seems that I must be the only one using the Salesforce Node, or maybe just the one finding the issues.

When trying to add custom fields to the Opportunity Object, none of the returned values line up at all.

After reviewing the codebase, all {Object} Custom Field lookups seem to have the exact same “getLeadCustomFields” loadOptionsMethod.

When looking for custom fields we need to update, it seemed that all of the fields were actually on the Lead record. I’ve reviewed the Salesforce.node.ts and the only custom field lookup exists on the Lead object.

This means that none of the custom field lookups work on any Object other than the Lead.

How soon can this be updated?

Got fixed. It will be included in the next release.

https://github.com/n8n-io/n8n/pull/1654

Got released with [email protected]

Not sure if I’m missing something, but I can’t select any of my custom fields under standard objects. Any ideas?

I think you need to select your credential to connect with before n8n shows Salesforce fields

1 Like