Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

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 you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

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 you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.