Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8545

Re: Send an alert when the BOM changed

$
0
0

Hi,

 

Create Query with using Query Generator.

 

SELECT Code As ProductNo, Project as ProjectCode,

CASE

WHEN TreeType = 'P' THEN 'Production'

WHEN TreeType = 'S' THEN 'Sales'

WHEN TreeType = 'T' THEN 'Template'

WHEN TreeType = 'A' THEN 'Assembly'

ELSE ''

END AS 'BOMType',

CreateDate as BOMDate from OITT WHERE UpdateDate > (GETDATE()-1) AND UpdateDate< GETDATE() order by UpdateDate Desc

 

Just use above query and define to Alert Management.

 

It will satisfy your requirement.

 

Regards,

Nishit Makadia


Viewing all articles
Browse latest Browse all 8545

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>