cancel
Showing results for 
Search instead for 
Did you mean: 

Item Master alert

0 Kudos

How to fix alert for new item adding and update. Please help me

Accepted Solutions (1)

Accepted Solutions (1)

KennedyT21
Active Contributor
0 Kudos

Query for New Item Creation:


SELECT T0.[ItemCode], T0.[ItemName], T0.[CreateDate] FROM OITM T0 Where

DateDiff(DD,T0.[CreateDate],GetDate())<1

Cheers

0 Kudos

Thank you so much. Very helpful

Answers (0)