Discussions
Check out Oracle NetSuite upcoming events and conferences here
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Update your Profile with your Support type to get your Support Type badge.
Expand your NetSuite knowledge by joining our Ask A Guru Live sessions. RSVP on this event now.
Get ready to take on exciting new challenges and become the next SuiteMaster of the Month!
Join the largest gathering of the NetSuite Community at SuiteWorld in Las Vegas, September 9-12! Discover cutting-edge innovations, attend insightful sessions, network with industry leaders, and elevate your business to new heights. Register here!
Is there a way to retrieve Custom Transaction Line Fields from Purchase Requisition Item -SOAP API
I am trying the fetch all the fields on a Purchase Requisition (along with Items). I am using 'Search' on TransactionBasicSearch where Type = 'requisition'. It is only giving me all the standard fields in response. I am not able to get the Custom Transaction Line Fields which are on the Items Tab.
Is there anything I am missing?
Below if my request:
<soapenv:Envelope
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header>
.
.
.
</soapenv:Header>
<soapenv:Body>
<search
xmlns="urn:messages_2020_1.platform.webservices.netsuite.com">
0