Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hi ,
I am trying to get UserGroup using getCurrentUser . and i tried using below line
var result = Resources["CurrentSessionInfo"].GetCurrentUserGroups();
but it returns infotable with multiple groups(including default composer). i want only Custom group returned in String.
even i tried to iterate from infotable but i am unable to do. can someone help me to get it?
Thanks
This is the result from my service in 8.5
Doesn't seem like it works as my expectation. What's your service result and your expected output?