Skip to main content

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?

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


Hi @Sergelen 

 

Did this solve your question? 


Reply