Browse By Tags

  • Email Notification

    Hi guys I have successfully created my first project now I want to test that my lifecycle works. so can someone please help me with the email notifications so that i can test email when the user goes through the different lifecycle stages. I have looked…
  • 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

    Former Member
    Former Member
    How to disable the fast grid in searching?
  • How can I use this library within aras 11 SP12?

    How can I use this library within aras 11 SP12? Hello, I am trying to send an email with a copy, to generate evidence, but I have only found that I should use this method of C # System.Net.Mail.MailMessage myEmail = new System.Net.Mail.MailMessage…
  • To Add Filter For Status In Report

    Former Member
    Former Member
    I Have Three color Red-Green-Yellow Red=Pending, Green=Complete,Yellow=In Working I Need To Show Only Pending Activity On Report As Pending Activity Color Is Red So o nly  Red Color Should Be In Status  <b>column</b> Please Help Me to Filter Status.…
  • 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

    Former Member
    Former Member
    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?…