Nintex workflow with multiple list

  • 25 October 2017
  • 4 replies
  • 6 views

Badge +2

Hello Experts,

We have requirement to automate purchase request in SharePoint. So entire purchase request is like below

Requesting team-who will Request the items to be order

Vendors-Who will send quotes to requesting team

Requesting team-will check the quotes for particular request and they can select any of the quotes out of multiple quotes and approve to go to procurement department and then PO, order confirmation everything.

So  we have multiple list with relationship and multiple actors to work at different stage.and each list will be taking care of its own data.

Is it possible to create single workflow having multiple inter depended list or how should we design this type of complex workflow in nintex.

Any help would be great.

Regards,

Rajendra


4 replies

Badge +9

Let assume 

Purchase Request - Main List

Request Team, Vendors, procurement department, PO are person/group ( allow multiple entries) fields in Purchase Request. Any other information related to Purchase Request (ex:category,location,request number) have them as separate sub lists and point them as lookup fields in Purchase Request.

Have a single Nintex workflow in Purchase Request and have separate custom buttons for each stage. On each button click update value to list field (ex:Status), have each status for each button. Based on each status hide other buttons for other users.

In workflow use 'Switch' case and implement your set of workflow actions. At the end of each branch set item permissions for each person so that they can have access to open item at equivalent stage alone.

Badge +2

Hi Lakshmi,

thanks for the reply.We have multiple list like.

Request list this is the parent list and below are the child list you can say.

Quotes 

Work Order

Purchase order

Now vendor will upload quotes in quotes list and workflow is running on request list so how to update status vice versa.

Badge +9

Each Purchase request will be having quote and status right. No need to update status in Quotes list.

You can select any of the quote for each purchase request from quotes list. (via lookup column in purchase request pointing to quotes values).

Is my understanding is correct.

Badge +2

Each Purchase request will have multiple quotes and requester will be approving a single quotes and after approval status of request to be changed.so there should be trigger point from quotes list to purchase request list.

Same way for the purchase order and work order, if any of the item changes in the list then parent Purchase request list status to be updated.

So there are multiple list and workflow is running on parent list,so how should be the workflow design. 

Reply