This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SUPPORT Q&A - Editing multiple Calibrated Devices at once

Lisasmith - Wednesday, September 24, 2014 2:20 PM:

HI
I have come across a question that I am reaching out to you to see if you can help me to get an answer.
In our calibrated device folder :
We can look up individual pieces of equipment and have check boxes to make changes too. 
  
Is there a way for the administrator or me to open multiple files and make changes to these boxes without having to open each individual item and locking the file , and then making changes?


DavidSpackman - Wednesday, September 24, 2014 9:35 PM:

Hi Lisa, 

An AML query using AML Studio (or the built in Aras NASH tool) is the easiest method for an admin to quickly edit many records.

 

Example

<AML>
  <Item type="Calibrated Device" action="edit" where="[Calibrated_Device].item_number='TSI00055'">
    <calibrationpreformed>Internal</calibrationpreformed>
    <status>Inactive</status>
  </Item>
</AML>