My Stuff
Comments
-
Ok guys, I've found a solution: 1. retrieve all the partners with the basic search 2. create a GetListRequest with each internalIds of the retrieved partners 3. launch the GetListRequest and I'm done! Thanks a lot for your support! -Matteo
-
Hi Mikko, Thank you for your reply. I've tried to use the 'get' method and effectively it returns also the categoryList property. The issue here is that I need to retrieve all the partner entities, and the 'get' method can be used only for one record at time: this will result in ~5000 API calls. I've tried also the GetAll…
-
Hi Guys, thanks a lot for the suggestions, I will ask the customer to collect the Sandbox URI in his account. Furthermore, I will check to execute the getDataCenterUrls request as suggested by Jakub. Very appreciated. Thanks, Matteo.
-
Hi Erick, sorry but there we didn't understand fine about the "isPrimary" field, now we used it correctly and we could send SOAP data that is working for the customer. Very very appreciated your help to solve this case. Now we have understood how to manage some relationships between some objects with Netsuite Toolkit and…
-
Hi Erick, I talk with the customer and she sends me some screenshots, I attach it. The Sales Rep is assigned properly but it is not setting Clark as the Primary rep (there should be a checkmark under where it says Primary), so when he tries to pull up his complete list of leads, the ones from Chat are not showing up. Is…
-
Hello Erick, Now the XML appears to be well-formatted and it works, thank you so much!! We have another doubt: Our customer confirms that the "Sales Rep" field should have the value 26, but it still is not mapped. This is the part of XML that we send: <ns1:salesTeamList> <ns1:salesTeam> <ns1:employee internalId="26"/>…
-
Hi Erick, The PHP code that we used is the following. In the our body request, we highlighted the properties for which we should change the namespace from ns2 to ns1. The customer sales object is built like that: $entity->isPerson = true; $entity->salesTeamList = new CustomerSalesTeamList(); $salesTeam = new…
-
@"Erick Dela Rosa-Oracle" Hi Shelli, Hi Erick, We still have the problem that we talked about. We are using the NetSuite PHP Toolkit (https://www.netsuite.com/download/PHPToolkit_2019_2.zip ) to make the soap calls, but we are not able to set the correct namespace (ns1) to the salesTeamList object. Is there something…
-
Hi Guys, Hi Erick, thanks for helping us to understand the issue, very appreciated. I have tried to send data as suggested but something is still going wrong. We have built the data adding the "salesTeamList" element to the Customer object as "CustomerSalesTeamList" object and inside it, we have set the element "salesTeam"…
-
Hi Guys, Matteo from LeadsBridge here. Thanks for the invitation to the thread. As Shelly reported, our application is trying to post Lead data to Netsuite but we are receiving the reported error. We followed your suggestions but we are still receiving the error. I don't know how Netsuite exactly works for Custom Forms and…