• Upload missing document relationship in Process Plan. "Add" statement doesn't work

    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…
  • 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…
  • How to search for 'Yesterday'?

    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…