cancel
Showing results for 
Search instead for 
Did you mean: 

Item Based Automatic Approval

Former Member
0 Kudos

Hi,

Is it possible to set up a workflow so that an automatic approval is performed at item level?

The requirement is that if the Item is incomplete (i.e. will go on to create a PR), then the item is automatically approved.

I have an expression to determine if an item is incomplete, but can only select decision type 1 for the Automatic (System) Approval.

Help would be appreciated.

Thanks,

Mike

Accepted Solutions (1)

Accepted Solutions (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Yes, It is possible with Decision Type 4 or 3.

You need to exclude the items which do not need any approval in GET_AREA_TO_ITEM_MAP method of Agent BADI.

Regards,

Masa

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can go for Item based decision for partial document (i.e., decision type 4).

Example:

In the first process level, check for the incomplete level of the item based on the expression, if it is incomplete skip the level and go for automatic approval in the next step.

Regards

Kannaiah