Hi
What is the easiest way to identify any employees in Microsoft HR who do not have an address recorded against them?
Thanks in advance,
Barry

Hi
What is the easiest way to identify any employees in Microsoft HR who do not have an address recorded against them?
Thanks in advance,
Barry
Hi Barry,
You can do three things.
1. Go to Excel workbook designer> Workers > Select only Personnel and Address related field for example city, state or Name
2. You can check with Odata entities and use $select= PersonnelNumber, AddressCity
It will give the same result as above based on the field you selected.
3. You can export Workers through Data management and check which employees are missing Address information.