Browse By Tags

  • 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…
  • Configuring Aras Innovator Email Notifications

    So, you’ve installed Aras Innovator, and you have some great new workflows to try out! Now, how do you get a notification to your users that they have something to do? Aras can email them for you! All you need to get started is a user account with the…
  • How to add completion notification automatically in Express ECO when Express ECO is saved?

    Hi Expert, I tried to create C# code to to add completion notification automatically in Express ECO when Express ECO is saved. var new_Compeletion_notification = inn.newItem("Express ECO Notification", "add"); var exp_eco_id = this.getProperty(…
  • Automating Methods Using the Aras Scheduler Service

    Do you need to run a method at a specific time? How about a database intensive task you want to run after hours? Or a notification service? With the subscriber feature Aras Scheduling Service, you can do all of those things. It's as simple as installing…
  • 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…
  • 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…
  • Send return email to the user in workflow.

    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". I tried to check the email notification events…