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

Dynamic attribute not getting value for Service account request form

hareeshreddyk
New Contributor III
New Contributor III

We have a requirement of creation of service account name.

So, service account name should be ${Dynamicattribue2} for that

in DA2 we have given below query.

Select distinct concat (UPPER(u.customproperty1), '.[',UPPER(SUBSTRING_INDEX(${DA1}, ".", 1)),']') as ID from users u where u.userkey ='${requestee}'

DA1 is a parent attribute to DA2

So, DA2 value is not getting the value of DA1.

But the same query is working in Account request form.

hareeshreddyk_2-1725285680233.png

 

6 REPLIES 6

rushikeshvartak
All-Star
All-Star
  • did you validated logs ?
  • did you added mapping in parent attribute ?

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

hareeshreddyk
New Contributor III
New Contributor III

Yes , Could not find exact what is causing the isuue,

Yes, I have added parent Mapping DA1 in DA2.

Same logic worked for Account request form.

Share screenshot for both da . Its blur


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

Please find the DA2 screenshort

hareeshreddyk_0-1725287591628.pnghareeshreddyk_1-1725287665338.png

 

Below is DA1 scrennshot

hareeshreddyk_2-1725287924235.pnghareeshreddyk_3-1725287964509.png

 

Mapping keyword is not defined 

rushikeshvartak_0-1725290059339.png

 


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

hareeshreddyk
New Contributor III
New Contributor III

@rushikeshvartak  Thak you.

After given 'Mapping' keyword in parent attribute it worked.

Thanks for the prompt help.