Questions tagged [address]
The address tag has no summary.
95 questions
0 votes
0 answers
37 views
Labels on Custom Address Field are Blank in lightning-record-form
So I am using the lightning-record-form in this manner: <lightning-record-form record-id={recId} object-api-name={sobjectApiName} columns="2" mode="edit" layout-type=...
0 votes
1 answer
61 views
lightning-input-address not showing prefilled values pulled from sf
I'm trying to have data retrieved on the backend prefill my lwc screen for address. Even though I'm retrieving the data successfully in my js: import { getRecord } from "lightning/uiRecordApi&...
0 votes
0 answers
163 views
Query/Retrieve Integration Value from Address Settings in Apex
We need to retrieve State values (not statecode) from Address Settings (State and Country/Territory Picklists) in Apex. They are stored under 'Integration Value' property. Is there a way to query or ...
0 votes
1 answer
583 views
Address Autocomplete in LWC
I implemented lightning input address with show-address-lookup = true on my community page, and it was working perfectly two days ago. Now, the search bar isn't showing only the address fields are ...
0 votes
1 answer
274 views
How do you fix the labels on the standard Screen Flow Address Component
Does anyone know how to remove the 'Zip' reference from the label on the Screen Flow address component, and align the fields? Seems a simple thing to expect to be able to do but so far -- no joy.
1 vote
0 answers
92 views
NPSP Household Address Issue
We have an issue with NPSP Household Account and contact data. We do not want to sync newly created contact addresses to the Household account and all contact addresses. We know we can stop it by ...
0 votes
0 answers
142 views
Field dependency not applying for Billing state and billing country standard fields in LWC component
I have the functionality to create an LWC form with billing address fields(Billing address is a compound field). But when I create the form I can see the Billing country & state picklist fields ...
0 votes
1 answer
349 views
Issue with address field in formula
I have to use an address field in a formula field but the formula returns the following error: Error: Incorrect parameter type for function 'IF()'. Expected Location, received Text The formula is as ...
1 vote
1 answer
331 views
Can't access fields from Address object in Triggers
I'm trying to access fields from an address object retrieved from a Trigger, however it seems like I only get null values from it. If I use the same code from a SOQL query instead of a Trigger, It ...
0 votes
0 answers
119 views
Arbitrarily splitting an Address
This is a bit of a weird one, but due to a limitation with the Bringg/Zenkraft integration, Shipments cannot be created if either address line 1 or address line 2 > 35 characters. The issue is that ...
0 votes
1 answer
908 views
How to Identify Line Break in Text Area in Flow
In Flow, I need to break the default Street address field from the Account object, which is a text area field, that is part of the compound BillingAddress, into multiple strings by the line break, so ...
-1 votes
1 answer
786 views
How to change the label of an Address field type sub value?
I have a field on an object that is an Address. When the user clicks on the address to edit it, it shows the various sub-fields in the address, including a a field labeled "Zip". I would ...
0 votes
1 answer
152 views
How to change access to the values of a field of type address?
in a custom object I created a field of type Address. Now I want to access the values of Street, Postal code, Latitude and Longitude but I don't know how to do that.
1 vote
0 answers
809 views
Change State and City of Standard Lead Address Fields to Custom Dependent Picklists
We are using the standard Address field on Lead currently, while sales manager complains users input various wrong data for State and City in either English or local language, and he wants to replace ...
0 votes
1 answer
242 views
Salesforce Aura Component on main tab for record creation
I need to add a button on a custom object Tab so that a user can select it and create a new record. This is not on a record page. Can I reference the component in a VF page and override the standard ...