Skip to main content
Nintex Community Menu Bar
Solved

Method to Determine if a Worklist Item is Open/Allocated

  • September 2, 2022
  • 3 replies
  • 53 views

ernie_hayter
Forum|alt.badge.img+6

Hi All,

 

I am creating a custom Worklist.

 

Is there a way to determine if a Worklist item is Open/Allocated, like the Worklist control does:

 

25982i4739E1159E36035C.png

 

I'm using the GetWorklistItems SmO method (Workspace > Workflow > SmartObjects > Worklist Item), but all items just show Active, nothing seems to elude to whether or not the Worklist Item has been opened:

 

25983iE09657864D8E3688.png

 

Any ideas?

 

Thanks,

Ernie

 

Best answer by Vernon

Hey Ernie

Check the Management > Users > SmartObject > Task SMO GetWorklist Items Method. There is a task status in there that might have the information your after.

HTHT
Vernon

3 replies

Vernon
Forum|alt.badge.img+14
  • Scout
  • Answer
  • September 2, 2022
Hey Ernie

Check the Management > Users > SmartObject > Task SMO GetWorklist Items Method. There is a task status in there that might have the information your after.

HTHT
Vernon

ernie_hayter
Forum|alt.badge.img+6
  • Author
  • Rookie
  • September 2, 2022

Thanks Vern, that is exactly what I was looking for!


  • Nintex Employee
  • September 2, 2022

You might want to check, most SmartObjects under the management category require the user to be a process administrator.