Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
GetSelectValue with PHPToolkit
Hi,
I have been using following SOAP request to get all the sales reps and it is working finely.
I have been using following SOAP request to get all the sales reps and it is working finely.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:core_2009_1.platform.webservices.netsuite.com" xmlns:ns2="urn:common_2009_1.platform.webservices.netsuite.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns3="urn:messages_2009_1.platform.webservices.netsuite.com"><SOAP-ENV:Header>' + passport + '<ns3:searchPreferences SOAP-ENV:actor="http://schemas.xmlsoap.org/soap/actor/next"><bodyFieldsOnly>false</bodyFieldsOnly><pageSize>200</pageSize></ns3:searchPreferences></SOAP-ENV:Header><SOAP-ENV:Body><ns3:getSelectValue><ns3:fieldName fieldType="opportunity_salesRep"> </ns3:fieldName></ns3:getSelectValue></SOAP-ENV:Body></SOAP-ENV:Envelope>
0