Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: To Send An Email Based On A Condition #32199

    Thank you Peter,

    On this particular case we have users creating on the ERP some invoices with an invalid project code (is like an invalid customer code).

    So a simple SQL statement like this:

    select * from invoices

    where ProjectCode not in

    (select ProjectCode from ProjectInventory)

    Will tell us that incorrect invoices were created and we can fix the problem right away.

    This problem happens only 1 or 2 times in a month, that is why I would like to schedule the query to be executed every day but I would like to send the email only those 1 or 2 times in the month when the “select” return rows.

    in reply to: To Send An Email Based On A Condition #32197

    I am sorry, I did a big mistake posting on the monyog forums.

    May I ask you to delete this post?

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)