Browse By Tags

  • Calling SearchDialog from Server method

    Hi, Is it possible to show SearchDialog from a Server method? I can use MaximazableDialog in Javascript to show the SearchDialog and get the response in callback. But I want to use such facility in a Server method. In my particular case, I am trying…
  • Where to configure SMTP server in ARAS 14+

    Hi, There use to be SMTP email option for aras instance where SMTP server details could have been configured, but with ARAS 14+, this option is missing. Is it because of .Net Core change Am i missing something. On the other instance, SMTP Email is…
  • E-mail to Group Identity

    Good day all. I am having a problem figuring out how to create a list of e-mail addresses based on the members of an Identity. I am trying to set up a C# Method to review an ItemType and send an e-mail when there are items that meet the criteria. I have…
  • 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…
  • 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…
  • Email Configuration

    Can anyone help me with a sample email notification , with query which has a relationship to the item as well as html with a loop which displays that relationship. A good example can be of ECN to Affected items i.e. documents/
  • How do I get the User-Name instead of ID in email notification (html)

    Hi Community, I've created an email notification coupled to a LifeCycle state. The creator of the part has to be mentioned in the notification but I only get the ID. My HTML: ...${created_by_id}... How can I change the ID to User-Name? I want to…
  • How to disable mail completely

    Former Member
    Former Member
    For installations in disconnected areas where no Internet connection exist, we want to completely short circuit the mail sending functionality. Sure, we could configure the SMTP like so: <Mail SMTPServer="bogus"/> ... but it can produce error messages…