cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

All available values

Former Member
0 Likes
400

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>

Accepted Solutions (1)

Accepted Solutions (1)

Sriprasadsbhat
Active Contributor
0 Likes

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

Former Member
0 Likes

Thank you very much for your answer!

Are there any API calls to select all available 'addressType' fields programmatically without looking at "Picklist Center" admin page manually?

Answers (1)

Answers (1)

Sriprasadsbhat
Active Contributor
0 Likes

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