You need to sign in to do that
Don't have an account?
Displaying Address Fields similar to Salesforce Account
Goodday All
I am trying to display in a visualforce page an account's shipping and postal addresses. When Salesforce displays the address in the accounts tab it shows as follows
1 Blue Lane
Farhills
Somewhere over the Rainbow
The Moon
2123
When I display it I get the following:-
1 Blue Lane Farhills
Somewhere over the Rainbow
The Moon 2123
Obviously the first two lines of the address are in one field - but how does SF split it?
Many thanks
Ross
Hi,
Following are shipping address field of the account object
ShippingStreet,
ShippingState,
ShippingPostalCode,
ShippingCountry,
ShippingCity.
You can arrange these fields according to your requirement on the Vf page.
Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.