We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

WSD - Workplace profiles - import options?

pschmiedel
Tera Contributor

Hi all,
I really love the workplace profiles as it auto zooms in on the users preferred campus /floor etc while using the Location directory. This increase the User Experience to a great extend.

But how did you manage creating and assigning these profiles for 300 or more users?

Anyone to share his / her solution?

Thanks and have a great day
Peter

1 REPLY 1

NaveenPaulJ
Tera Contributor

Hi Peter,

For the
Workplace Profile table (sn_wsd_core_workplace_profile_list.do):

When using the import option to download the spreadsheet, please add the sys_id of the user in the Employee column.

For the Workplace Profile Location table (sn_wsd_core_workplace_profile_location_list.do):

When using the import option to download the spreadsheet, please add:

  • The sys_id of the Workplace Profile user (from the Workplace Profile table) in the Workplace Profile column

  • The sys_id of the location in the Workplace Location column

To retrieve the sys_id values, add the following to the URL after list.do:

?CSV&sysparm_default_export_fields=all

This will export all fields, including the sys_id.