My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
Great, This is just what I wanted! Thanks a lot!
-
and here is part of response i got: - <readResponse> - <ns1:status isSuccess="false" xmlns:ns1="urn:core_2_5.platform.webservices.netsuite.com"> - <ns1:statusDetail type="ERROR"> <ns1:code>USER_ERROR</ns1:code> <ns1:message>Transaction type specified is incorrect.</ns1:message> </ns1:statusDetail> </ns1:status>…
-
Hi, Terry: Here is the soap request: The internalID I used here mapped to a billpayment transaction. The reason I used the type check is that billpayment is not exposed yet. And it does work before. But not now. Thanks! <?xml version="1.0" encoding="utf-8" ?> - <soap:Envelope…
-
Hi, elham: That's exactly what I want. So it seems I have to wait. I do appreciate you and Terry's help on this issue. You guys are great! -yan
-
Hi, Terry: Thank you for replying my question. I might not make myself clear. My problem is: I have internal id of a Bill Payment. I want to get the information of this Bill Payment. Especially what Vendor Bill this Bill Payment applys for. I like using get method since I already have the internal id. But I don't know what…