Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle address field properly #108

Closed
2 tasks done
Tracked by #5
dufoli opened this issue May 18, 2024 · 0 comments · Fixed by #111
Closed
2 tasks done
Tracked by #5

handle address field properly #108

dufoli opened this issue May 18, 2024 · 0 comments · Fixed by #111
Assignees
Labels
bug Something isn't working
Milestone

Comments

@dufoli
Copy link
Owner

dufoli commented May 18, 2024

  • remove field of type "adress" from data export becaus only subfield (city, country,...) can be used
  • fix getFieldDefinitionSetupLinks when it is subadress field link setup to main address field

detect subfield
standard : XXXAdress =>
XXXCity
XXXCountryCode
XXXGeocodeAccuracy
XXXLatitude
XXXLongitude
XXXPostalCode
XXXStateCode
XXXStreet

custom address field : location__c
location__City__s,
location__CountryCode__s,
location__GeocodeAccuracy__s,
location__Latitude__s,
location__Longitude__s,
location__PostalCode__s,
location__StateCode__s,
location__Street__s

@dufoli dufoli added the bug Something isn't working label May 18, 2024
@dufoli dufoli self-assigned this May 18, 2024
@dufoli dufoli added this to the 1.27 milestone May 18, 2024
@dufoli dufoli mentioned this issue May 18, 2024
96 tasks
@Dufgui Dufgui self-assigned this May 21, 2024
Dufgui added a commit to Dufgui/Salesforce-Inspector-Advanced that referenced this issue May 21, 2024
Dufgui added a commit to Dufgui/Salesforce-Inspector-Advanced that referenced this issue May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants