Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/10/2024 11:01 AM
Hi team,
I have two dynamic attribute DA1 and DA2 on the request form, for service account. Is it possible to store the concatination of these two attributes in a single account customproperty?
Thanks.
09/10/2024 11:02 AM
No its not supported OOTB, use enahcned query
09/10/2024 01:41 PM
Have you tried having another DA , something like
Select concat(${DA1},' ', ${DA2}) as ID
Use account column
09/10/2024 11:58 PM
Yes I tried this already but did not work
09/10/2024 09:35 PM
@SSinha_ no supported .. create a seperate DA and store the combined value in one customproperty.
09/11/2024 12:00 AM
I tried concatinating but no query seems to be working , do you have any sample ones?
09/11/2024 01:18 AM - edited 09/11/2024 01:19 AM
One screen shot showing that it is working. Another , with DA's settings.
09/11/2024 02:02 AM
One of my attributes is ENUM and other is SQL ENUM , is it working for those two?
09/11/2024 02:36 AM
Yes
09/11/2024 03:10 AM
For me it is only populating the value of parent attribute in DA3 i.e DA1 it is not concatinating the value of DA2
09/11/2024 03:37 AM
can you send the screen shot ? I have sent you screen shot of it working , hope you are using the configs as shared in screen shots
09/11/2024 06:30 AM
I also had same issue earlier but after some hit and trial , I could make it work and have shared you the configs that are working
09/11/2024 05:29 AM
It will not work with ENUM. both needs to be SQL ENUM
09/11/2024 06:29 AM
it is working for me. One is ENUM and another SQL ENUM