• 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…
  • Conversion Server throws daily HTTPS error message in logs. What do I miss?

    Hi community, I did some maintenance checks and discovered that my Innovator\Server\temp folder contains log files with an error message that occurs once a day: The bug looks like this: Is anyone familiar with this bug and knows how to solve it…
  • RE: How to control that pop message and confirm "Yes" or "No" before delete item in server event of itemtype?

    Hi, There is no way to show a confirm message on the server side. However, y ou could to use a client side method to show the confirm message. Based on the input from the user (e.g. Yes/No), you could write code to call your server method. …
  • Federated Property for Enhancing Email Messages

    The following two packages utilize a federated property of an ItemType to enhance what can be put into an email message. In both projects the hidden federated property is populated with data from one of the relationships. The first project utilized an…
  • RE: External Hyperlink

    Hi Martin As you explained on styling the Property of a Itemtype, I couldnt achive the same, can you explain me in better way. Like I added your styling code in the "Default Value" column of the Property, but still no changes occured, or the value…
  • RE: Failed to send an email: Error in processing. The server response was: 5.7.3 STARTTLS is required to send mail [MW3PR05CA0008.namprd05.prod.outlook.com 2023-11-15T10:22:28.631Z 08DBE433C395C332] - Aras 22

    I remember I used a simple test Method for checking the SMPT server connection and I always got the STARTTLS error message. But sending emails from Innovator it self worked. Does it work when you use the unsecure variant without encryption (just for testing…
  • Get item using multiple Where conditions and edit the item

    I am trying to edit the State of a Part with a specific generation, "1". The output of the following is just "<Result/>" Innovator innovator = this.getInnovator(); string configId = this.getProperty("config_id"); Item itm = this.newItem("Part", "edit…
  • How to display hyperlink for column values on version grid

    Itemtype -> navigate -> versions Hello Everybody, I have one custom property displayed on OOTB version grid and I m trying to set it as hyperlink ..Is there any way to do so? Property holds multiple items .(so can't use datatype as Item) Thanks, …
  • Notification Message Acknowledgements not stored reliable. What can be the reason?

    Hi community, I use Notification Message to inform users about new updates in the system. I most of the time use the "once" option, so user don´t get the Message anymore after they confirmed it with the OK button. Problem: The storing of the Message…
  • RE: ARAS Email Notification - Instance name in Email body

    Hi Maher, The two articles belwo outline how to include variable information in the body of an E-Mail within Aras Innovator and may be helpful to you. http://community.aras.com/en/knowledgebase/art1-1/ http://community.aras.com/en/knowledgebase…