cancel
Showing results for 
Search instead for 
Did you mean: 

deactivate a workflow only for an organizational unit

Former Member
0 Kudos

Hello,

I would like to know if it is possible to deactivate a workflow for a particular organizational unit.

I would like to deactivate the workflow 'completion by purchaser' only for an organizational unit in order to skip the step of purchaser validation.

Regards,

Lina

Accepted Solutions (0)

Answers (1)

Answers (1)

yann_bouillut
Active Contributor
0 Kudos

Hi,

I found in the WF starting conditions the following two criteria :

&EC Requirement Coverage Request.Requester User.Company&

&EC Requirement Coverage Request.Requester User.User.Department&

Kind regards,

Yann

Former Member
0 Kudos

Hi Yann,

thanks , i think that it is a good idea.

Could you tell how to implement these conditions.Please give me a coding example.

Thanks and regards,

Lina

yann_bouillut
Active Contributor
0 Kudos

Hi,

Just code it using the expression i have given mixed with the one who you want to use. Then use symbols such as "="(equal) to set your company value...

Remember that you have to code all possibilities !

Example : if you want to trigger the WF if company code = 0001, then you have to tell the system what to do if company code different to 0001 !

Kind regards,

Yann

Former Member
0 Kudos

Hi Yann,

but should I use the ID or the business partner to identify an organizational unit in the condition.

If you could give more details( coding example....), it would be very helpfull.

Thanks Regards,

Lina

yann_bouillut
Active Contributor
0 Kudos

Hi,

I guess it is the ID but i can't test it right now.

You better try it !

Kind regards,

Yann