Browse By Tags

  • IOM Factory (VBA)

    I want to update part bom quantity based on the data in Excel I registered the IOM.tdl in the VBA tool and wrote the following VBA code (based on the manual): Dim f As New IomFactory 'must use the New keyword Dim innov As Innovator 'Establish User Credentials…
  • Authenticating in OAuth 2.0 with Aras RESTful API

    In our previous blogs posts we covered a range of topics on setting up REST calls, including querying part data, adding filters for more complex queries, and calling server-side methods. Since those posts Aras Innovator has changed quite a bit and in…
  • Server Side Methods with the Aras RESTful API

    In previous blog posts, we have covered topics regarding the use of the REST API to request tokens for authentication and querying simple / more complex data . In this blog post, we will dive into server methods as OData actions through a POST request…
  • Complex Filters with the Aras RESTful API

    In a previous blog post, we covered the basics of querying data in Aras Innovator using the Aras RESTful API . One of the examples covered in that blog post went over how to perform a simple filter to find items that had a specific property value. While…