• REST API does not return properties with Item datatype

    Hi, I am using Release 15 and trying to GET all Properties of an Item using REST API with this request: http://server/innovatorserver/server/odata/par('D193004BBD7D4EF390925A859A4E371D') It does return all properties except the ones which are datatype…
  • "Classification cannot be changed after saving the item" error using the .Net API to update requirement

    I am using Aras 11 SP15. I am trying to update a requirement I created. Here is my code: using System; using System.Collections.Generic; using Aras.IOM; namespace TestArasProject { public static class Program { public static void Main(string[] args…
  • getPreferenceItemProperty and setPreferenceItemProperty

    Hi, I am implementing a Generic action form UI to let user pick his default group among multiple groups he belongs to. I could achieve it with adding a property to Core_GlobalLayout and write getter and setter for this with sql, but when I use API…