No email notification when stock runner job is running for stock rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 05:18 PM
I noticed that the script does not have anything to trigger email notification
gs.include('global.ProcessStockRules');
var processStockRules = new global.ProcessStockRules();
processStockRules.process();
according to documentation it is supposed to inform the asset manager but i do not see the task ticket trigger too , please advice on how to make this work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2023 07:35 PM
@chercm You mean you see lot of emails in your system log but not received by you? Yes, you won't receive any email out of your PDI, this is expected. If you want you need to configure your personal email as SMTP email account to get the mails out of PDI.
Please mark my answer helpful and accept as solution if it helped you 👍✅
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 07:27 PM
@AnveshKumar M and i have enable email notification for the asset manager and updated the email address on the user profile but i did not get anything