• Setting Short Date Time property with server C# method

    Hello, I am trying to set a Date property that has a Pattern of Short Date Time with the below code. Even though it is yyyy-MM-dd hh:mm:ss tt in the string it is still saying that it is not formatted correctly? Below is the code and the error. Thank…
  • RE: Updating a property on a vote with a server side method.

    Have you saved the changes to the controlItem object after setting the property value? According to the documentation stackoverflow.com/.../updating-an-object-property-in-c-passing-the-property-as-a-parameter of the Innovator class, you need to call the…
  • RE: How to access Vault server folder from Aras server C# method.

    Hello Kamran, Thanks for the reply. My requirement I want to delete the Vault server (Replication server) physical files but don't want to delete files from Aras. Regards, Suhas
  • Verify Linkage between ItemType and Responsive Form

    After packaging, the next vital step is to ensure that your form is correctly linked to the appropriate ItemType. This verification is crucial for the form to function as intended in the platform. Verification Process For this document, we'll consider…
  • 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…
  • Server Side Method Execution

    Hi Guys, I have one Question for server side method. let suppose we have three (different )server method are use on onAfterAdd event for same item How to decide by Aras Innovator which method execute first. Thank in Advance
  • 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…
  • RE: How to get comment from LifeCycle promotion in Pre server method?

    https://github.com/AngelaIp/arastutorials/tree/master/Get%20User%20SignOff%20Comments Or I didn't understand something?
  • Verifying the Problem Report

    After the PR has been reviewed by a CSI , the owner of the PR will receive a Verify PR assignment. The Owner has the option of immediately voting Not Verified to end the workflow and set the PR to an Unverified state. However, if he/she does not, then…
  • TAF Cookbook

    The Aras Testing Automation Framework (TAF) is a powerful tool, but one that requires some technical acumen to wield. Based on Selenium, developers and testers will need time to familiarize themselves with this environment. While documentation is included…