Email sending option (glide.email.smtp.active) is read only, PDI instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2023 07:36 AM
Hello,
On my PDI, the Email sending options (Email properties > System properties) is read only - cannot be set to true. I am in global scope and with admin rights as seen other similar posts. Tried even with a fix script:
var gr = new GlideRecord("sys_properties");
gr.addQuery("sys_id", "856303e90a0a0bc50164129959388444");
gr.query();
if (gr.next()) {
gr.value = true;
gr.update();
}
... still does not work.
All fixes are welcome.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2023 07:44 AM
@Amadeusz Sochac Email sending property might be disabled from developer side
Please mark the suggestion as helpful, if you find it useful to you or others who want to refer to similar content.
Regards,
RJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2023 07:44 AM
It's been disabled since August 2022 - https://developer.servicenow.com/blog.do?p=/post/sending-emails-from-pdis/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2023 08:10 AM - edited 01-17-2023 08:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2023 08:14 AM
SN must have missed your PDI somehow, enjoy 😁