• Updating an Existing Property on Workflow vote

    Hello, After a user votes on a workflow, I want to update an existing property ( _conversation_history) . The code below is what I am using. It appears that the code is generating the correct string in the variable ( newconvo) ), but it is not updating…
  • Workflow activity error on voting

    Hi, I'm getting this error during a task completition I find in logs the AML that caused error: <AML> <Item type="Activity" action="EvaluateActivity"> <Activity>B500D2569FC54E9AAA7266D3BF9C80E0</Activity> <ActivityAssignment>1D5158BBDA364998B43403E30243E3A7…
  • RE: WorkFlow Question on vote

    Development of the community is signed for the realm for the signatures. All the shows of the commune and https://domyhomeworkfor.me/coding-homework-help are reflected for the turns. The theme is dancing for the community to comforting goals for humans…
  • Try It #2: Adding/Inserting

    Using Aras Innovator, follow along the steps to see if you know how to work the features of Technical Documentation. See if you can perform the numbered step action first. If you have any issues, refer to the steps listed under the step actions. In…
  • Updating a property on a vote with a server side method.

    I am trying to update a property after a user votes on the item in the workflow. I have this as a Post Method on the workflow server side C#. The variables seem correct, but the property is not updating. What am I missing? Thank you for your help…
  • DevOps Part 2 Webinar Series "A Day in a Life of a DevOps Engineer"

    Hello everyone, we have rescheduled the part 2 of the DevOps webinar for this Monday on March 18th, 10am EST. Please click on the link below if you haven't already registered. For those that registered previously then you've been moved to the new date…
  • Dynamic Workflow voting

    I am using the following peice of code for dynamic voting of workflow : StringBuilder voteXml = new StringBuilder(""); voteXml.Append("<Item type=\"Activity\" action=\"EvaluateActivity\">"); voteXml.Append(" <Activity>{0}</Activity>"); voteXml.Append…
  • Where is Your PLM SaaS Business Case Hiding? Part 2

    This blog is the second installment of a two-part discussion on how to uncover the value of PLM SaaS. In this post, I’ll discuss how the right solution will improve IT capabilities and support future growth and the complexity of a PLM system. Last year…
  • The Digital Twin: Everything, Everywhere, All at Once - Part 2

    This blog is the second in a three-part Aras Primer on the Digital Twin. Part 1 reviewed what a Digital Twin is, Part 2 will present the Digital Twin in various industrial contexts, and Part 3 will bring the information back around and focus on use cases…
  • Connection of 2 different workflows

    Dear Community, I have a question regarding the connection of 2 different workflows. I built a workflow of 'Parts' and another one for 'Documents'. 'Parts' and 'Documents' are two different ItemTypes and are connectd through a relationship 'One Part…