Quantcast
Viewing all articles
Browse latest Browse all 9190

Re: Send an alert when the BOM changed

Hi,

 

There is no automatic email function to send change made in BOM. You have to create query, query layout and then you have to schedule and email to user.

 

Use below query:

 

SELECT T0.[Code], T0.[TreeType], T0.[UpdateDate], T1.[U_NAME] FROM OITT T0  INNER JOIN OUSR T1 ON T0.UserSign2 = T1.USERID WHERE datediff(dd, T0.[UpdateDate],getdate()) <=0

 

For scheduling and emailing refer below link:

 

http://scn.sap.com/community/business-one/reporting-and-printing/blog/2013/06/01/how-to-schedule-report-execution-and-mailing

 

Thanks & Regards,

Nagarajan

 



Viewing all articles
Browse latest Browse all 9190

Trending Articles