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…