Salesforce Data Processing - How to validate Salesforce Data in Zluri?
Zluri fetches the list of users, licenses and activities from Salesforce . This article explains how you can validate the Salesforce users, Licenses presented in Zluri.
How Zluri fetches the data:
Zluri calls the following API to fetch the list of users from Salesforce.
List of users: https://developer.salesforce.com/docs/atlas.en-us.238.0.api_rest.meta/api_rest/resources_query.htm?q=query
Status & License Mapping:
Users with IsActive = True are marked with User Application Status = 'Active'
Users with isActive = False are marked with User Application Status = 'Inactive'
Users coming from earlier syncs but not coming in latest sync are marked as User Application Status = 'Inactive'
We get the license assigned to user from the LicenseDefinitionKey object;.
How to validate the data
You can visit your Salesforce interface to get the list of Active users from Salesforce.
- Go to setup on the top right
- In the setup page, click on administration in the left
- Click on users -> users
Updated 3 months ago