Multi valued user extended attribute
Hi All,
I have to include a user extended attribute, which has to hold multiple values like list of assigned resources. how can I do this.
for a single value I can define as a String in user extended attributes, but for mutilple values, how can I define in the user extended attributes.
Any ideas please.
Thanks
# 5
Hi Ian,
Thanks for the reply.
actually i am trying in that way itself, but i am unable to pipe the strings.
is this the right way to do. please check once
<expression>
<Iterate for= 'res' in ='reslist'>
<set name='delimStr'>
<concat>
<ref>res</ref>
<s>|</s>
</concat>
</set>
</expression>
iterating through a list of users in 'userlist', and trying to pipe the strings, but when i am 'delimStr' i am getting only one resource.
where i am going wrong.
please correct me.
Thanks in advance