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 do you get account attr in endpoint Dynamic attribute ?

Joon
Regular Contributor II
Regular Contributor II

Hello,

Each user have 2 accounts in an endpoint.

and I would like to limit requestable ents by the account name or account CPs.

this is what I tried in DA so I can control the request.

Joon_0-1711642497634.png

 

select case when name like '%-1' then 'True' else 'False' end as id from accounts where accountkey in (select ${accounts} as id )

but nothing is coming up to the DA in ARS.

Joon_2-1711642555660.png

Any advice i can get on this ? 😞

 

7 REPLIES 7

rushikeshvartak
All-Star
All-Star
select case when name like '%-1' then 'True' else 'False' end as id from accounts where accountkey in (${accounts}  )

Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Joon
Regular Contributor II
Regular Contributor II

Hello @rushikeshvartak,

It's same 😞 

Please share logs when form is loaded

Also select editable checkbox and select User Type which is parent


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Joon
Regular Contributor II
Regular Contributor II

Hello @rushikeshvartak ,

I don't see any related to the DA though...did i get wrong ? 

Once application is selected share logs from there


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Joon
Regular Contributor II
Regular Contributor II

Hello @rushikeshvartak ,

This is the whole logs from selection application in ARS

 

try changing attribute name to DA_Privileged


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.