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.
Create lead error:
When I create a lead by the php , the Suitetalk response:Please Enter value(s) for :Type,but I check the request xml, I had set the field(isPerson=>true),
The request messabe body is as following lines:
<SOAP-ENV:Body>
<ns3:add>
<ns3:record xsi:type="ns1:Customer">
<ns1:customForm internalId="169"/>
<ns1:isPerson>true</ns1:isPerson>
<ns1:firstName>pengcheng</ns1:firstName>
<ns1:lastName>lu</ns1:lastName>
<ns1:companyName>cnsoftop</ns1:companyName>
<ns1:entityStatus internalId="7"/>
0