Announcements
Is it possible to set up an alert(s) that will send an email when incoming orders have a specific item(s) charge (supplementary charge for services)
For example, an order is placed and one of the item numbers is SUPP_*** (example and actually could be several items) within the sales order lines.
Can an alert be set up to look for and then send an alert email to a specific recipient. In this case to notify that an order has been placed with this supplementary charge?
Changed base alert do not support your scenario for a new record with specific condition met. Instead, you need to do customization to use Alert. For example when specific new sales order that meets the criteria gets created, you can write some code to insert the sales order to a second table eg MySalesTable immediately. Then you set up Alert against MySaleTable.
André Arnaud de Cal...
294,095
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator