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

Need help for an Enhanced Query

MichaelSchmid
New Contributor II
New Contributor II

Hello,

I'm trying to update a customproperty field for an entitlement with a newly created Enhanced Query, but I'm getting the following error messsage.

MichaelSchmid_0-1710841002495.png
The query is:

Select '0' AS customproperty1
from entitlement_values ev
WHERE ev.ENTITLEMENT_VALUE LIKE '%_KRED_%';

Can someone tell me what is wrong about this query?
It was possible to access and update this table/column within the old custom query.

BR, Michael

3 REPLIES 3

Raghu
All-Star
All-Star

try like below

Select '0' AS entitlement_values__customproperty1,e.ENTITLEMENT_VALUEKEY as entitlement_values__PRIMARYKEY from entitlement_values e where
e.ENTITLEMENT_VALUE LIKE '%Payee%';


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

MichaelSchmid
New Contributor II
New Contributor II

Hi Raghu,

thank you but now I'm getting a new error message.

MichaelSchmid_0-1710850564519.png

 

Select '0' AS entitlement_values__customproperty1,e.ENTITLEMENT_VALUEKEY as entitlement_values__PRIMARYKEY from entitlement_values e where
e.ENTITLEMENT_VALUE LIKE '%_KRED_%';


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.