• Get item using multiple Where conditions and edit the item

    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…
  • AML where condition based on keyed name

    Hi community, I am trying to transform a where condition based on id into a where condition based on the keyed name or item_number Outside a where condition it would be < source _id> <Item type="Part" action="get" select="id"> <keyed_name…