NetSuite RESTlet Demo - Head in the Cloud Development

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

ความคิดเห็น • 6

  • @vicentelouvet7160
    @vicentelouvet7160 23 วันที่ผ่านมา +1

    Very helpful video but the account ID must be written in all caps so the OAuth 1.0 authentication works.
    It is shown formatted this way in the video, but not specified by the speaker.

  • @Izzy25
    @Izzy25 ปีที่แล้ว +3

    Thanks for all the helpful videos!
    Recently came across the same error when using the delete method. Added Content-Type: application/json to the header request and that did the trick.

    • @hitc-netsuite
      @hitc-netsuite  ปีที่แล้ว +1

      Ah, so maybe the issue is that with no body, Postman does not include that header, but adding it back in solves the problem? That kind of makes sense

  • @themellofellow
    @themellofellow 7 หลายเดือนก่อน

    Hey Robin, let’s say I have a CRM platform that wants to send data to NetSuite. Would this work for that if I get them the field data you got from the integration record? As well as the acess token and key

    • @Robalicious503
      @Robalicious503 7 หลายเดือนก่อน

      Hello! Yes, RESTlets are an ideal way of getting data into NetSuite from another system. You'd basically do a POST request to NetSuite from your other CRM platform to send it the data. If you're not interested in writing SuiteScript code, you could also explore the REST Web Services option as well.

  • @hitc-netsuite
    @hitc-netsuite  ปีที่แล้ว

    Here's the code for this demo: www.headintheclouddev.com/code/restlet-2023-demo.zip