• SSVC email message contains incorrect item URL - how to modify?

    Hello all, I am currently testing SSVC email notifications and notice they are showing the wrong URL for the Item link, using 'localhost' as the prefix. I have checked all my configuration files and do not appear to be using localhost anywhere. Where…
  • Send emails from a C# Method not working

    Hello, I am trying to send an email from within a C# method but I am not receiving the message in my email. My code is made up of trying to check a url and then return if the url returned with an OK status or a 404 Error. When I get to the part where…
  • Context from method to called email

    I've got an email that I'm calling from a "post" method on the Part lifecycle, but the default context that's passed to that email message isn't the Part, it instead seems to be the alphabetically first Identity in my database? Why is this happening…
  • What is the best way to validate whether an item has a parent?

    I'm trying to send an email on promotion to "Released" of Parts when a couple of criteria are met, the parts being of a certain custom classification we've added, and them not being used in another BOM anywhere (i.e. they're top-level Parts being released…
  • Aras does not send emails

    Hi all! For some time now the Aras server has ceased send emails. No errors (even if I set wrong value to "Mail SMTPServer" parameter to InnovatorServerConfig.xml). No connection attempts in the mail server logs. But the emails to be sent appear in…
  • Displaying all the Affected Items from an Express ECO on an email notification.

    Hi, I would like to display all the Affected Items from Express ECOs on an email notification. Has anyone been able to do this? If so, could you provide the code? Thank you.
  • How can i configure email to send a report on a lifecycle

    I want to send a report using email notification on Aras how can i do that?
  • Error while sending email to the group Identity when email id not present for some users

    Hi Experts, I am using the Aras OOTB function to send the emails. Please find below code - document.thisItem.email(EmailBody, GroupIdentity); When all the members of the group identity have email ID's present then it is working fine, but if any…
  • CN ID

    I am trying to add the affected_name to my email notification. In the bottom part of this script, how do get the CN id so I am accessing the correct related affected items in the script below?  <Item type="a_CN" action="get" select="id,cn_number,title…