Sending an e-mail - purchase

MelekMelek Member Posts: 3
Hi everyone,

I have something I want to consult.
I want to make a tab control under the planning module of Purchase materials.
Safety stock falls to a value of one or more persons a certain amount of it and send it as an e-mail How do I :?: :-k


Thank you in advance.
Melek.

Comments

  • jlandeenjlandeen Member Posts: 524
    You could build a nightly job that runs via job queue and uses the built in SMTP component (see mail codeunit 400) to send out emails on a scheduled basis. This could be accomplished by writing a codeunit that scans all items and checks safety stock levels and sends out alerts.

    It could then be scheduled to run on some schedule (daily, nightly, every hour, etc.).
    Jeff Landeen - Sr. Consultant
    Epimatic Corp.

    http://www.epimatic.com
  • MelekMelek Member Posts: 3
    Safety Stock Quantity in this code unit - OnValidate () to run in both?

    thanks.
Sign In or Register to comment.