on ‎2020 Dec 28 9:40 AM
Hi
I'm using SFAPI and trying to create some business logic for all available address types.
Tag location: <sfobject> -> <person> -> <address_information> -> <address_type>
My question is: are those address types static (predefined for all customers of SF)?
As I see, the only available address types are:
- home
- mailing
- payroll
- benefits
- hosts
Using SF UI, I see that the combobox contains predefined address types while adding an address for a person:

If they are not static where those address types can be defined?
Thanks.
An example of an address information with the address type available:
<address_information>
<address1>5602 Argyle Rd NEW</address1>
<address_type>home</address_type>
<city>Norwalk</city>
<country>USA</country>
<created_by>sfadmin</created_by>
<created_on_timestamp>2020-12-23T10:19:28.000Z</created_on_timestamp>
<end_date>9999-12-31</end_date>
<is_global_model_address>false</is_global_model_address>
<last_modified_by>sfadmin</last_modified_by>
<last_modified_on>2020-12-23T10:19:28.000Z</last_modified_on>
<start_date>2020-12-25</start_date>
<state>AL</state>
<zip_code>90651</zip_code>
</address_information>
Request clarification before answering.
Hello Maxim,
Address Type values are derived from picklist- addressType. Navigate to Picklist Center from Admin Center and search for addressType then you should be able to get hold of values it can have or if you want to add more.

If you want to check it from other options you can navigate to SFAPI Data Dictionary and navigate to particular field of Compound Employee to check its type and then navigate to picklist center. Below blog will give more details.
https://blogs.sap.com/2020/08/08/successfactors-integrations-beginners-guide-api-center/
Regards,
Sriprasad Shivaram Bhat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Maxim,
Below should help you and please close the thread if it answers your original query.
https://apps.support.sap.com/sap/support/knowledge/en/2556173
Regards,
Sriprasad Shivaram Bhat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.