Hi All,
I am trying to delete the sales quote before 30 days condition work date by codeunit in NAV 2016. Can you please help me .
ToDate := WORKDATE;
FromDate := CALCDATE('-30D', ToDate);
SalesHeader.SETRANGE("Date Filter", FromDate, ToDate);
Thanks,
*This post is locked for comments