Browse By Tags

  • 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…
  • How do you import Excel BOM data into Aras Innovator open version?

    Hello, I currently use the open, free version of Aras Innovator and am having difficulty figuring out how to store BOM data within the tool. I have seen from other posts that subscribers have access to a direct import functionality and also some kind…
  • 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…
  • ArasPLMモバイル承認アプリ(Aras PLM Mobile Workflow App)

    Are you forced to bring your heavy PC just for Aras workflow ? We CEGB just developed an app that can promote your Aras workflow on mobile devices. You can check your InBasket Items on your iPhone and confirm it easily. japanese English …
  • API, REST and Swagger on the menu?

    Hello, Is there plan to add REST API and Swagger to Aras soon? Is it already there with version 12? Best Regards, Sacha Bertschi
  • ArasSync

    A command-line tool and a C# library that simplifies implementing, testing and managing Aras extensions. Aras extensions are written as a combination C# DLLs, server-methods (C#/VB), JavaScript and HTML, as well as database objects such as custom properties…
  • "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…
  • "Root element is missing." XML Error when trying to add Requirement through .NET API

    I am trying to add a Requirement through the .NET API. Here is my code: //creating new connection HttpServerConnection conn = IomFactory.CreateHttpServerConnection(serverUrl, dbName, username, password); Innovator inn = IomFactory.CreateInnovator…