• 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…
  • 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…
  • 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…
  • 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…
  • Fast grid

    How to disable the fast grid in searching?
  • Send email from Lifecycle State

    Hello Experts, I am trying to set the email notification on Life cycle state of an Item. I want to send the information of the item in the email body. In the notification template i am trying to write the query string to get the information of item…
  • Subscribe on item change

    Hi At some point i think I noticed a community project adding functionality to let a user "subscribe" to item updates. We have users who ask for functionality so they can select to subscribe on by instance a specific part to let them receive an email…
  • Affected Items List

    I am adding the Change Notice information including the affected items to my email notification. My current email message Body Html returns only the first affected item row data. How do I script the Body Html to return each row of the affected items?…
  • Send return email to the user in workflow after approve.

    Hi Guys, I am trying to send email from workflow. When i assign item to user then sending mail with all details to that user. Once that user approves it, then i want to get email as “Item is approved” or send email reverse to the owner or creator. I…