• Notification using Workflow rules

    In my previous blog, " How to get a notification if an X3 user deletes a sales order ", I showed how to setup a Workflow notification email to be sent when a sales order whose values is greater than $2000 is deleted by an X3 user. In this blog I will…
  • How to get a notification if an X3 user deletes a sales order

    In this blog, I will show you how to setup a notification alert that will send an email any time an X3 user deletes a sales order. We will create the context for the email being sent and add a simple condition. In the end, we will have an email sent anytime…
  • Alert! (Part 2)

    In my previous blog I introduced a SQL Server feature, an Alert. If you have not read through that blog, please take a few minutes and read it here . In this blog I will show how to setup an Alert to notify you when a blocking situation occurs in SQL…
  • Alert! (Part 1)

    In this blog I want to introduce to you a tool you can use directly from Microsoft SQL Server. The tool I am talking about is an Alert. The function of an Alert is to notify you when a particular condition has occurred. This is similar to when running…