You need to sign in to do that
Don't have an account?
NPM
Field Names
How can I determine the API names for Account Billing Address Line 1, Billing Address Line 2, and Billing Address Line 3? I can include these fields in a report but I need to populate them using the API and I need the field names for the mapping.xml.
What is confusing me is I can report on the 3 fields, but apprarently they are not exposed in the WSDL. It would be nice if they were. I'll try your sugestion - thanks.
Account: Address
Yes, we run into that in all of our implementations. When reporting on the data, it is split out into three separate fields - it probably makes reporting easier if you don't have to include text area data in the report. But when you want to write data to SFDC via the API, you only have one field to work with. You'll see that it works this way for all objects. As examples, you'll see the "Street" field on the Lead object, the "Mailing Street" and "Billing Street" and "Other Street" on things like Contacts and Accounts.
Concatenating three fields in to one has always worked for us - just remember to place a line break character between each of your address fields and you should be fine