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

Endpoint Dynamic Attribute Action String Issue

Sivagami
Valued Contributor
Valued Contributor

I have 2 dynamic attributes - attribute1, attribute2

I need to make attribute2 required or not required based on the value of attribute1.

1) attribute1 (SQL ENUM) - Pulls list of values from a query, lets say - value with space, valuewithoutspace

I have put action string on attribute1 like below

REQ###attribute2###valuewithoutspace___NREQ###component###value with space

When the value from attribute 1 doesn't have space, the attribute 2 is becoming required and not required as needed but when the attribute1 value has space, action string doesn't work as expected. How do I make the action string work for the attribute values with spaces.

Any help here is much appreciated.

-Siva

 

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

Its working as expected for me 🙂 

rushikeshvartak_0-1655927724732.png

rushikeshvartak_1-1655927752781.pngrushikeshvartak_2-1655927774373.pngrushikeshvartak_3-1655927788717.png

REQ###DA2###CA___NREQ###DA2###B A

 


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

If attribute1 is Enum type (hardcoded value) it works, it doesn't work if attribute1 is SQL ENUM (Single select from SQL query).

@Sivagami It works in that case also. I suspect u have extra space so trim value in DA query

rushikeshvartak_0-1655947814994.pngrushikeshvartak_1-1655947832822.pngrushikeshvartak_2-1655947846457.png

version v5.5 SP4


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

Sivagami
Valued Contributor
Valued Contributor

Thanks for checking 🙂 

It's not the query issue, I copy pasted the action string from editor & looks like some special character got copied. Typing the action string manually did the trick.