I've made this query ( Select T0.DocNum, T0.DocDate, T0.CardName From ORDR T0 Where T0.DocStatus='O' And Datediff(dd,T0.DocDate,Getdate())=0) to use it whenever a new sales order is entered by a user send an alert to another user BUT IT DOESN'T SEND ALERT
↧