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…
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…
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…
I want to find all part Items with a created_on date of Today - easy. Now I want to Save this search to the TOC so users can run it daily - not so easy.
I am trying to search for "Yesterday" in a date field, using AML. this: <Item type="Part" action…
I have condition parameter search for ItemType Part like this (modified_on > 2019-04-11T00:00:00 and modified_on <= 2019- 04- 20T00:00:00)
Case 1. When I new item AML to search
<Item type="Part" action="get" select="*" where="[Part].modified_on >…
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…