Skip to content

Action – getItemWhereUsed

Eric Domke edited this page May 6, 2019 · 1 revision

Get where the item is used

AML Query

<!-- SOAP_ACTION = GetItemWhereUsed, ApplyAML, or ApplyItem -->
<Item type="Part" id="A680C64BF11A45449665B9FE30664999" action="getItemWhereUsed" />

Example (Result):

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
  <SOAP-ENV:Body>
    <Result>
      <Item type="Part" id="A680C64BF11A45449665B9FE30664999"
            icon="../Solutions/PLM/images/Icons/16x16/16x16_Part.gif"
            keyed_name="Part - C1 - 007.26" loaded="1">
        <relatedItems>
          <Item type="Part" id="85CF1B81E78D4AFB9F09500FB7E948CA"
                icon="../Solutions/PLM/images/Icons/16x16/16x16_Part.gif"
                keyed_name="Part - A1 - 001.5" />
          <Item type="Sourcing List" id="A02E80CB0E3541CDAFDD65FF2E30F849"
                keyed_name="Sourcing List - C1 -&gt; RS12345 - 005.10" />
        </relatedItems>
      </Item>
    </Result>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Clone this wiki locally