Problem/Motivation

On several projects I've ran into scenarios where the Salesforce system was set up with similar sounding field names, e.g. "State", "State/Province", "Mailing: State", etc.

Steps to reproduce

Create a field mapping.

Proposed resolution

Show the SF field name beside the field label, e.g. "State (State__c)" where the label is "State" and the name is "State__c".

Remaining tasks

Provide a MR with the requested changes.

User interface changes

When mapping Drupal entities to SF records, the SF field selector will show the SF field name alongside its field label.

API changes

n/a

Data model changes

n/a

Issue fork salesforce-3492972

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

damienmckenna created an issue. See original summary.

aaronbauman’s picture

Great idea.

Maybe even sort the options by the API name.

damienmckenna’s picture

There could be setting on how to display it on the form?

aaronbauman’s picture

Status: Active » Needs review

Quick and simple MR adds API name to the select list.

  • aaronbauman committed ff42aef8 on 5.1.x
    Issue #3492972 by aaronbauman: Show salesforce field name alongside...
aaronbauman’s picture

Status: Needs review » Fixed

merged

  • aaronbauman committed 8915059c on 5.0.x
    Issue #3492972 by aaronbauman: Show salesforce field name alongside...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.