Another query...if I may -
currently I have coding as follows:
Dim objRelation As IEntityRelation = USERSEntity.Relations.USERROLEEntityUsingUSE_IDENTIFIER
relationsToUse.Add(objRelation)
UsersFromUserRoleOrgsCol.GetMulti(SelectFilter, 0, sortOrder, relationsToUse)
Question:
Is there anyway I can convert **USERSEntity.Relations.USERROLEEntityUsingUSE_IDENTIFIER **from a string to the LLBL Entityrelation objects before I pass it into **GetMulti **?
My intent is to pick up the relation as a string from a XML source and then use it to get data via selfservice method.
Thanks in advance.
Regards.