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
Comments
Comment #2
aaronbaumanGreat idea.
Maybe even sort the options by the API name.
Comment #3
damienmckennaThere could be setting on how to display it on the form?
Comment #5
aaronbaumanQuick and simple MR adds API name to the select list.
Comment #7
aaronbaumanmerged