Skip the review harness when trying to open a workobject

Current Processing -

We have a list of all the workobjects displaying on the portal for an application. When the user click on a row on the list the user is first prompted to a review harness with the current status of the workobject and after the user clicks on the process the workobject opens in Perform harness.

Requirement -

When the workobject is selected on the portal we would like to skip the review harness and directly open the workobject in perform harness.

Sameer

Hi @sambildikar: Your query sounds valid but the challenge is here(hope your are using open work item option now). When you open a wok object in perform mode, it is the assignment which is getting opened for you. An work object can have many assignments which are available for different roles at a point of time. So the better solution for you will be listing the assignments in the table rather than the work objects and you can use open assignment action to get it in the perform mode. Alternatively, you can also join work and assignment table to get details of both tables to show the details in table and use the assignment key to open (this may have performance impact, so be cautious. Also please note on the multiple assignments for a case scenario)

Thanks