Access child table values in custom ICF Provisioning
Hi All,
I have an custom ICF connector. I have implemented addAttributeValues task for child table addition.
The child table (UD_CT) has three columns, say C1,C2,C3 (Display Names).
Now I can get the value of individual column by UD_CT~C1 in prov attribute map lookup.
In the same time, I also need values of C2 and C3.
I was thinking to have UD_CT~C2 and UD_CT~C3 in provisioning attribute map lookup. Would this value come as we map child table name in adapter?
Regards,
P