cancel
Showing results for 
Search instead for 
Did you mean: 

How to set a step to send mail to user after capacity leveling?

0 Kudos

Hi,

We have a step of capacity leveling in the process chain. We would like to set a step to send a mail to user if resource is overloaded after capacity leveling. Could any of you give us some suggestions?

thanks a lot,

wenyan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Wenyan,

You can send e-mail from process chain but it will send email when step is complete/failed based on your requirement. But it seems that you would like to send email in case overload only.

You can achieve this using macro.

Sample Macro

>IF

>Condition Check

>>capacity used > 100

>DOCUMENT

> ENDIF

this will trigger email to user.

Regards,

Harshil Desai

0 Kudos

Thanks, Harshi, It helps.