Agile PLM SOAP get Manufacturer tab for Item

I’m trying to get Info about Item from Manufacturer Tab via SOAP

I could get info from Tile BLock but couldn’t from Manufacturer

Could you help?

i’m trying the next request

<?xml version=“1.0” encoding=“UTF-8”?>

   <soapenv:Envelope xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:xsd=“http://www.w3.org/2001/XMLSchema” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance”>

      <soapenv:Body>

         <advancedSearch xmlns=“http://xmlns.oracle.com/AgileObjects/Core/Search/V1”>

            <request xmlns=“”>

               <classIdentifier>Items</classIdentifier>

               <criteria>[Title Block.Number] contains ‘CAP00203’ </criteria>

               <caseSensitive>false</caseSensitive>

               <displayName>Search123</displayName>

<resultAttributes>Title Block.Number</resultAttributes>

<resultAttributes>Title Block.Description</resultAttributes>

<resultAttributes>Title Block.Lifecycle Phase</resultAttributes>

<resultAttributes>Title Block.Rev Release Date</resultAttributes>

 

            </request>

         </advancedSearch>

      </soapenv:Body>

Agile User Asked on July 14, 2022 in Webservices.
Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.