コミュニティ

Failed import notification

Hi All,

Can anyone give me a method of sending an email notification when an import fails and an item is moved to the Exceptions folder please?

Thanks

Richard

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

2件のコメント

  • Avatar
    Permanently deleted user
    Hello,

    There is no built in functionality for sending an e-mail notification regarding workflow issues.
    Here is a helpful link on how C# can be used for sending E-mails: https://msdn.microsoft.com/en-us/library/system.net.mail.smtpclient(v=vs.110).aspx
    For making a trigger on a document appearing in local folder (Exceptions) please consider making a Windows Service that checks your Exceptions folder (e.g. if new documents appeared) and executes your sender program if necessary.

    Hope that helps,
    Vladislav
    0
  • Avatar
    Permanently deleted user
    Hi Vladislav,

    Great idea, thanks!

    Cheers

    Richard
    0

サインインしてコメントを残してください。