• 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

    Hi Guys, I need help. I am facing below mentioned error while sending mail in workflow activity(Aras22). Failed to send an email: Error in processing. The server response was: 5.7.3 STARTTLS is required to send mail [MW3PR05CA0008.namprd05.prod…
  • E-mail to Group Identity

    Good day all. I am having a problem figuring out how to create a list of e-mail addresses based on the members of an Identity. I am trying to set up a C# Method to review an ItemType and send an e-mail when there are items that meet the criteria. I have…
  • Unlocking an Item with a Method when locked by a User

    Hello, I am attempting to unlock an item when an user has the item locked out for editing and cannot seem to find where to start. I am doing it on the server side with C#. I have tried Item unlockItem(). Also I have tried AML below. string my_aml_unlock…
  • RE: Set workflow activity via action

    Hi mczbas It is possible to cancel the item using action and move the life cycle and workflow to cancelled state Note: Method is using the path Cancelled (Keep the same name in the life cycle and workflow) Create a Method Workflow_Promote Innovator…
  • Community profile e-mail address update?

    Hello, how can I update my e-mail address to login to this community? Best regards Klaus
  • 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…
  • RE: AML action "create" vs. AML action "add"

    Hi community, so far I discovered that "Create" only seem to work for relationships actions. But I couldn´t use it for single item operations. I wonder if this is a bug or intended behavior. I don´t think the "Create" action was used very often so…
  • How to stop sending emails to some users

    Hello Everyone, I don't want to send emails to few users (like Inactive users, some users left the company). there is any way or setting for stop sending email to selected user. I know we can add custom method and call before sending email from all…
  • How to stop sending emails to some selected Users?

    Hello Everyone, I don't want to send emails to few users (like Inactive users, some users left the company). there is any way or setting for stop sending email to selected user. I know we can add custom method and call before sending email from all…
  • Method - Send Email to Multiple Users

    I'm trying to send a email to multiple users, but get the error " CS0103, The name ' to_email_users ' does not exist in the current context" Thanks in advance. Innovator inn=this.getInnovator(); // *** Express ECO **********************************…