Hi,
I wanted to construct a userDN in a Rule but I don't see any system tag to get the below part as I don't want to hardcode this in the rule:
cn=organizational users,o=MyCompany,cn=cordys,cn=aw202sand,o=company.com
Currently my rule is like this:
'cn=' + item.Director.Properties.User_ID + 'cn=organizational users,o=MyCompany,cn=cordys,cn=aw202sand,o=company.com'
I know we can do it from a BPM but checking if there is any system tag like {system.baseURL} that I can use..
Thanks,
Mahesh