• AML search to return only the count of object corresponding

    Hi community, I have a request to get from an AML request only the number of item corresponding to the AML request. In Odata and SQL it is ok but I cannot find the equiavlent. I precise that I do not want to create a method to count the items…
  • AML problem using action='update' (in order to modify an item without changing generation)

    Hi I am facing a problem with an AML expression. <AML> <Item action='update' type='myItem' where="[myItem]._title='myItemName' and [myItem].generation='1' "> <myItemProperty> <Item type="myItemProperty" action="get" select="id"> <keyed_name>myItemPropertyName…
  • batchloader to import several generation

    Hi I am trying to import several generation of an item. In AML I can do it with <Item type='myItem' action='merge' where="[myItem]._title='123456'"> <_title>523556 </_title> <_start_date> 2019-09-30T00:00:00 </_start_date> <_end_date></_end_date…
  • How to use client to get sql view data?

    How to use client to get sql View data? Can I use AML? Thank you.
  • How to convert an item to List ?

    Hello, I'm working with ARAS for few years now. I'm sending AML queries and receiving ITEMS back. Every case requires a new method of deciphering the data using getProperty or getPropertyItem calls. Is there any way to convert any item to array…
  • [Part Classification] How to create AML to add classification for Part

    Hi everyone, As my picture above, I want to use AML to edit Part and set value Item Class, Class Path and some value like m_Capacitance Uni, etc. I'm just a newbie in Aras. So please help me or let me know some keywords to resovle this issue. Thanks…
  • Translating AML to Server-Side Code

    In previous blog posts, we've covered how to query the Aras Innovator server using AML requests sent via an external service like Nash or InnovatorAdmin . In this blog post, we'll be covering how to query the server with C# Item objects defined in the…
  • Is there a way to write a server event that adds relationships by creating aml

    I have a form that I need to add relationships to initiatives and I want to create those relationships when the user saves the form. The Bold aml is what i want to add. "<Item type="Action Plan" typeId="22E5726BF58743B4AEEA018086F2AD6E" id="A5966C1DA4D5447A9A937FBED748233E…
  • Advanced AML Topics

    Be honest—are your users sick of playing PLM games with you? Perhaps this will help. It’s Santa’s PLM Naughty or Nice List, and of course, he checked it twice. Rest assured it’s been validated. Open and published APIs? If you think using multiple…
  • Special AML Actions

    In addition to the standard actions like Add, Unlock, Update, Delete, etc, Aras also provides a number of useful special actions OOTB that can be called through AML. In this blog post, we'll go over what some of these actions do and how to format the…
  • AML Basics

    The Adaptive Markup Language, sometimes referred to as Aras Markup Language, serves as the backbone of Aras Innovator. Almost every action that a user performs in the client sends an AML request to the Aras Innovator server to process the business logic…
  • Writing a Command Line Tool for Aras

    More and more customers want to operate their own DevOps processes, and whenever you do recurrent data migration tasks it's handy to have easy access to the SOAP/web service interface to send AML. Today we have our own interface embedded in Aras which…
  • AML New User Password

    Hi, I would like to create new users with user password by AML in Batch Loader. I have done this but password in Innovator is not added/updated. <Item type="User" where="login_name='@1'" action="merge"> <login_name>@1</login_name> <password>@2</password…
  • Group Identity Member AML

    How can I add members to a group identity with AML code using Batch Loader? I appreciate your comments.
  • AML Incorrect syntax near

    Hi ! This AML got ERROR "Incorrect syntax near 'Mold' ". www.dropbox.com/.../2017-08-14_11h47_44.png <Item isNew="1" isTemp="1" type="iq Mold Acceptance" action="edit" where="iq Mold Acceptance.id='2A4871E1511241E19E300EF92DD5B0C1'"> <Relationships…