Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I want to do a simple nintex workflow to manage invoices. the idea is the following:

first list with invoices

+-----------+-----------+--------+
| Invoice | PO Number | Amount |
+-----------+-----------+--------+
| Invoice 1 | 1234 | 25 |
| Invoice 2 | 1234 | 25 |
| Invoice 3 | 6789 | 50 |
| Invoice 4 | 6789 | 50 |
+-----------+-----------+--------+

second list with PO

+-----------+-------+----------+
| PO Number | Total | Reminder |
+-----------+-------+----------+
| 1234 | 100 | ? |
| 6789 | 200 | ? |
+-----------+-------+----------+

i want my workflow to calculate the reminder. After quite some search i cannot find a detailed explanation on how to do this using in nintex workflow.

Thank you very much for your help
Posted
Updated 16-Nov-15 23:09pm
v2
Comments
OriginalGriff 17-Nov-15 5:06am    
So what have you tried?
Where are you stuck?
What help do you need?
Patrice T 17-Nov-15 5:13am    
Looks like Homework.
And remind me something, is it a repost ?
OriginalGriff 17-Nov-15 5:39am    
Homework was my first impression too.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900