Skip to main content
Nintex Community Menu Bar

UMUser smartobject Get Roles for User method not retuning all groups

  • March 9, 2020
  • 2 replies
  • 6 views

Forum|alt.badge.img+7

I am using SMO UMUser with method "Get Roles for User" and passing FQN to it.

 

When i execute SMO from Management it gives me 4 group name. I am trying to same return result in datalabel on form to check in if condition.

 

But in datalabel it saves onl first group name(top in the result) not other 3 groups.

 

Can any one help me, how to do this?

2 replies

Forum|alt.badge.img+8
  • Nintex Employee
  • March 11, 2020
Hi Bhushanborole

Can you possible provided a screenshots of the UMUser Smartobject you are executing as per the default methods ,I am not seeing the method you are using is this a custom UMUser Smartobject ?

Forum|alt.badge.img+7
  • Author
  • Novice
  • March 16, 2020

Heinrich,

 

i attached images for smo execution and results. i am using OOTB smo from systemmanagementusermanagementsmartobjects.

 

In result u can see 5 group/roles, but when i assign it to datalabel, i am getting only "everyone" in datalabel not all 5 roles.