• 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…
  • RE: how to get current URL in Email message context

    For anyone who comes across this thread in the future. I've been including URLs in emails that go directly to the item in PLM by the following means: <a href='REPLACEWITHPLMDOMAIN/ ECO:${Item[2]/id} '> This uses the id from the 2nd query string I have…
  • Saving Outlook Email Messages to Aras Innovator

    Using Office Connector, you can save the contents of an email message from Outlook into a new Aras Innovator Document. Email documents can also be linked to another Item if configured by the administrator. To Save an Outlook Email Message Select…
  • Create Hyperlink directly to an Item's Graph Navigation View

    We know that we can assign an Item to hyperlink to open it directly like this: http://{server}/?StartItem={ItemType}:{ID} Is there anyway to do it with starting from the Item's Graph Navigation view ?
  • An Innovator SQL Procedure Return "Cannot Find Table 0" error message

    Community, I have written a SQL Query, Stored Procedure, to Order an xClassTree so that the top level xClasses are in the alphabetical order. If I run the query just as a SQL query, in SSMS, it works great. If i run the query as a Stored Procedure…
  • Email message on each new mention in Visual Collaboration

    Hi Is there any way to send out an e-mail if a person is mentioned in Visual collaboration? Thank you.
  • How to use email query Activity Assignment comments?

    Hello All, have possible use email query get Activity Assignment comments? I use this code. but comments get error information, and close by show resent ID. the following is query list <Item type="Activity" id="${Item/ActivityId}" action…
  • RE: configure email notification

    Hey Chris. A few years ago, I successfully deployed the MailMessage class in an Aras method and sent an email with attachment. This was when my Aras instance was on prem. If I move to Enterprise SaaS, is emailing via MailMessage class compatible? I…
  • 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.
  • Aras - ECO Impact Matrix - Email body additional fields mapping

    Hello Aras experts, I am currently working on customizing the Aras ECO e-Mail settings. Currently, the workflow triggers fields such as Activity, Instructions, Eco number, and Title in the email content. However, I've received a request from our business…