Browse By Tags

  • Update Parent Item when Relationships Tab is Changed

    Good day all, I have ItemType sm_ITA with a Relationship of sm_ITA_Assignment. sm_ITA_Assignment (Assignments) is not related to another ItemType. When an Assignment is added or deleted I need the sm_license_count property of the parent sm_ITA to be…
  • What is the correct way to parse DateTime on a server side onAfterGet event?

    Hi everyone. I'm currently trying to evaluate the current date and a date property however, when I try do parse the string provided by getProperty, it gives me the error: String was not recognized as a valid DateTime. I can confirm the property…
  • Reuse Code in C# Method

    Good day all. I am trying to use a variant on my previously posted Workflow Process Get Change ItemType . I want to reuse some of the code multiple times without having to write it out every time. The code references identId, but I can't figure out how…
  • Not a single item

    I wrote down the following to get data from a relationship and insert it in an item type but unfortunately im having the following error I dont see an issue with my logic if someone can take a look i would really appreciate it. Not a single item …
  • How to create itemtype Requirement using C#? Getting error that cannot pass null value in column.

    Hello, I am currently using Aras Innovator 12.0 and Requirement Engineering module version 12.0R1. I am trying to create Requirement itemtype by using following C# code: Input to the function is given in SOAP UI as: I am getting an error…
  • update property using csharp

    im trying to update value on vsy_rev can someone help with the c# code Innovator innovator = this.getInnovator(); decimal rev = Convert.ToDecimal(this.getProperty("vsy_rev"))+1; string new_rev= Convert.ToString(rev); this.setProperty("vsy_rev",…
  • How to solve the error: The remote name could not be resolved: 'HostUrl'

    Hi All, I am new to ARAS and i try to get familiarized with its concepts. In the current situation i try to connect two ARAS entities so they can send requests between each other (add, update, delete...) I created a server event method on ARAS N°2 to…
  • How to use a tree grid view to create an ASP.NET menu tool

    Former Member
    Former Member
    Hi, I would like to create a web form application ASP.NET to comunicate with Aras throught the IOM api. In Aras I created a query that I use for the tree grid view. The tree grid view contains the menu structure (with the main menu items and all levels…