cancel
Showing results for 
Search instead for 
Did you mean: 

PO WF N levels depending of Purchase order total value

Former Member
0 Kudos

Hi mates, we are on srm 7.01 and as requirement we need to set up purchase order workflows levels depending of purchase order total value. For example, if the total value is 400.000 USD:

LEVEL 1:  from 1USD  to  100000USD 

LEVEL 2:  from 100001USD to 200000USD

LEVEL 3:  from 200001USD to 300000USD

LEVEL 4:  from 300001USD to 400000USD

If the total value of the purchase order would be more than 400.000 USD, for example 500.000  the system should creates a new level 5 of authorizarion. So:

LEVEL 1:  from 1USD  to  100000USD 

LEVEL 2:  from 100001USD to 200000USD

LEVEL 3:  from 200001USD to 300000USD

LEVEL 4:  from 300001USD to 400000USD

LEVEL 5:  from 400001USD to 500000USD

Quantity of levels should always depend on the total value of the purchase order..

Anybody knows how to set up this kind of workflow?? Do I need to create a schema including the amounts? how???

Or anybody has any tutorial or manual who explains how to set up this kind of workflow?

I `d really appreciate your help

thanks in advance!

Liam

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Liam,

First you need to create a event holding expression to select which schema you need

Once the schema is selected for 5 levels you should have 5 process levels

Each process level should have a event holding an expression to determine if the process level has to be executed or no.

you can use 0V_PO_POTOTALVALUE in your expression to determine the po total value.

Regards

Sam

Answers (0)