Solved

K2 List item Double click from workspace SmartObject

  • 24 April 2023
  • 2 replies
  • 48 views

Badge

Hi,

I was created SMO from k2 workspace for i want see to my assigned task and waiting for me task. 

So i created List View. 

Now i need to when list item double click want see request detail on one page. it is possible?

icon

Best answer by TinTex 24 April 2023, 16:55

View original

2 replies

Userlevel 3
Badge +10

On list view, there is a “When the View executed List item double click” event, however I don’t believe the OOTB system smartobject that you are using returns the WorklistURL/TaskURL needed for you to load the applicable task form for each task/worklist item.

 

You can try building your own custom service broker that uses the Workflow Client APIs to return the worklist item/task url, or see if the following custom service broker will work for you:

https://github.com/K2NE/K2NEServiceBroker

 

Or perhaps what you are looking for is the Worklist SmartForms control that you can add on an item view or form, which also loads task and allow you to open and action tasks.

https://help.nintex.com/en-US/k2five/userguide/current/Content/Create/K2Designer/Controls/Worklist/WorklistControl.htm

Userlevel 5
Badge +20

Hi @Sergelen 

 

Did this solve your question? 

Reply