Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

UserLicense attribute for Salesforce onboarding

jgoldwasser
New Contributor
New Contributor

Hello,

We are onboarding the Salesforce application with both out-of-the-box attributes and custom attributes. One attribute which we want to import is User License, but when we tried to import this attribute it failed with error. We tried using both UserLicense and UserLicense__c. We also checked in the Salesforce portal, which said that the technical name for the attribute is UserLicense.

 

jgoldwasser_0-1719254332412.png

 

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

UserLicense is not from users table hence its failing. It get stored in UserLicense table

SELECT Id, Name, TotalLicenses, UsedLicenses, Status
FROM UserLicense

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

asharma
Regular Contributor II
Regular Contributor II

Hi Rushikesh,

Cn we import this attribute from different table in saviynt like what will be the process to import it in saviynt. Please guide on the steps if any.

Only users table attribute can be fetched. Please submit idea ticket for same.


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.