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.
phone call completed time
is it possible to retrieve/set the "To" (time of day) field in a phone call? it seems as though "From" is possible, but, looking at the response SOAP for a phone call i created through the UI, i don't even see the 9:00 "To" value.
<?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:Header> - <documentInfo xmlns="urn:messages_1_3.platform.webservices.netsuite.com"> <nsId>WEBSERVICES_****c61277</nsId> </documentInfo> </soapenv:Header> - <soapenv:Body> - <getResponse xmlns="urn:messages_1_3.platform.webservices.netsuite.com"> - <readResponse xmlns="urn:messages_1_3.platform.webservices.netsuite.com"> <ns1:status isSuccess="true" xmlns:ns1="urn:core_1_3.platform.webservices.netsuite.com" /> - <record internalId="4153" xsi:type="ns2:PhoneCall" xmlns:xsi="
0