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

How to set any CP value in ENDPOINT as ENTITLEMENT

Diptansu11
New Contributor III
New Contributor III

I have created two new endpoints , uploading accounts from UI using feed file. I want to make CP2 of account as entitlement so that while scheduling certs CP2 values are treated as entitlements. How to achieve that.

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

You can use custom Query job


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

Can you please provide some sample query for this ? I need ENDPOINT's CP2=ENTITLEMENT where endpointkey=3

UPDATE Endpoints e
JOIN Entitlementtypes et ON e.endpointkey = et.endpointkey
JOIN entitlement_values ev ON et.entitlementtypekey = ev.Entitlementtypekey
SET e.customproperty2 = ev.entitlement_value where e.endpointname =


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