Skip to main content
Question

Email alert through EVENT for safety stock.

  • May 27, 2021
  • 2 replies
  • 112 views

Deepak
Sidekick
Forum|alt.badge.img+10

Hello Community,

We are using IFS APPS 8

We need to create on email alert to purchase team when the on Hand stock is less than safety stock.

I have created below custom event but getting challenge in event act ion while applying condition.

I need to create this alert for those parts which are in the ware house MST.

and how can I apply this in the event action condition tab.

Please help.

 

 

This topic has been closed for replies.

2 replies

EntNadeeL
Hero (Partner)
Forum|alt.badge.img+10
  • Hero (Partner)
  • May 27, 2021

Hi Deepak,

You can only use a constant value in these conditions. 

Therefore better to use SQL option and send an email from the logic.

Or else you can create a separate event for email and call it inside SQL event. 


Deepak
Sidekick
Forum|alt.badge.img+10
  • Author
  • Sidekick
  • May 29, 2021

@EntNadeeL Thank you for your feedback..!!!

Can you provide one example for creating such event.