Hi Community,
what is the purpose of the "isCriteria" attribute? It´s described in the programmers guide like this:
"If 0 then include the nested structure for the Item configuration in the response but don't use it as search criteria. Default is…
After upgrading from version 12 to 31, we started getting an error when saving a certain custom datastructure, developed for us by Minerva back in the day:
Failed to execute 'serializeToString' on 'XMLSerializer': parameter 1 is not of type 'Node…
Hi community,
I am working on an AML query but cannot find a proper solution. It contains a lot of custom ItemTypes, but technically the query would work similar like this:
START--------> Part ---------------------> Part BOM -------------------…
I need to write just write one line of AML wrapped in C# and store the ID of the item in a variable code:
Innovator inn = this.getInnovator(); string amlString= @"<AML><Item type='Document' action='get' where='item_number='MADL002828'' select='Document…
Hi, I need the data for all the PRs and ECR, ECO, EDR etc associated with the PR.
By associated I mean the ones that show in the "where used" section of PR and not the relationships. In other words, what is the "where used' equivalent in a GET call…
Can someone help me with an AML query to find...
all of our parts in Innovator that have only one item in the EBOM
what revision sequence each part is assigned
what the single EBOM item part number is
Don
I need to upload relationship between Operation Document and the Documents. As you can see from the picture below the hierarchy of Process Plan is:
Process Plan--> Operation Number (which is `sort_order`, in this case it is 20)-->Document
I have an…
I am trying to edit the State of a Part with a specific generation, "1".
The output of the following is just "<Result/>" Innovator innovator = this.getInnovator();
string configId = this.getProperty("config_id");
Item itm = this.newItem("Part", "edit…
Hi,
I'm working with AML to update the Data in aras innovator. i'm stuck because i can't seem to transfer a property from one item to another.
I have 2 items A and B. let us say that item A is a part and item B is a document.
item A has a property…
Hello Community,
I am trying to customize the Project item view to be able to view sub WBS elements as separate projects so that Project Managers at different levels can view and interact with the schedule of their own project without having to view…
All,
I am trying to "edit"/"update" the properties on a Non-Related Relationship; "rh_OraMfgMaster_ProdNumNomen".
I must be missing something.
I tried the following AML from AML Studio:
<AML> <Item type="rh_Oracle_Manuf_Master_Item" action=…
Hello Aras experts,
I am currently working on customizing the Aras ECO e-Mail settings. Currently, the workflow triggers fields such as Activity, Instructions, Eco number, and Title in the email content. However, I've received a request from our business…
Hey all,
I am developing a batchloading schema for uploading template files. Pretty straightforward, here is my AML for a simple document load:
<AML> <Item type="Document" action="add"> <name>@1</name> <description>@2</description> <state>@3</state…
I have written a server method that uses some custom XML-like AML to implement an inventory reconciliation. I would like to pass in a collection of items for this method to act on.
When I implement a server call like:
<AML>
<Item type="Part" id…
Is it possible to generate a Report containing the results from the Where Used function? Other solutions I've seen only contain one level of results - I am looking for a Where Used Report that goes through multiple levels.
Hello Community
I have recently started using PLMA tool and batchloader.
Is there any best resource to learn aml language to load data in batch through batchloader.
This will also help me in aml search in PLMA.
Thanks
When querying for information from Aras Innovator, it is sometimes desired to query for information relative to today's date. For example, we may wish to find a Part that a coworker told us was created yesterday, or we may want to find which Parts are…
Good day. I added a list property to a few ItemTypes with a default value (itemtype, default value is the ItemType ID). When I create an entry the field is populated and identified correctly. When I try to update other entries using AML (Nash or Batchloader…
Good day all. I have a JavaScript Method that uses the following line to create a list.
tdpList.loadAML('<Item type="s_Document" orderBy="id" action="get" where="([s_DOCUMENT].id IN(SELECT RELATED_ID FROM innovator.s_TDP_DOCUMENT WHERE (SOURCE_ID…
I am trying to look up work orders where the specified name is not anywhere on the distribution. Currently the way it is set up, it will display work orders where "John Doe" is included because there are more than one lines on distribution and while it…
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…
Is it possible to send body with AML to rest api and get aml response?
I could create a method that accepts string and parse the aml and reply but not sure how that would apply on the rights (trying to get only the items the logged in user can see…
With the attached document, I just want to share my experiences and struggles with the hope that it helps someone else trying to do similar things.
It follows on from my posts
https://community.aras.com/f/getting-started/35943/script-for-importing…