Any idea how to integrate into single sales order workflow the following controls:
- Amount
- Credit limit
- Overdue
The amount control should be based on approver chain. Credit limit and Overdue control should be based on single responsible person.
Thanks
Answers
If you mean you want to be able to create 3 separate workflows for a single sales order then this is not possible.
Once all the approvals are done, the order is released.
I hope this is more clear.
You certainly can't achieve this in standard NAV but I think you should be able to achieve with some coding. The key thing is when the system generates the approval requests entry you also need to check credit limit and overdue and create additional approval request entries for these if required. Assuming you are working in NAV 2016, have a look at codeunit 1535 "Approvals Mgmt." - in particular the CreateApprovalRequest() function.
I'm aware of those two, but how to combine them in single workflow process?