Netsuite connection through webservices - How to select WSDL version?

Comments

1 comment

  • Official comment
    Lucian Hymer Senior Solutions Consultant

    Hey Alejandro,

    You're correct that there isn't a way to change the WSDL. We plan to upgrade to the newest version of the WSDL by the end of September.

    As a workaround, you can use integrator.io to create a custom record that contains all the necessary info to create the record you're needing to create. For example, if I wanted to create customers, I could have a custom record type in NetSuite called "Customer to be Created", then I could create one of these records from integrator.io.

    Then, you'll want to add a workflow or user-event script to this custom record type which performs whatever actions you need in NetSuite. In my example, I'd add a workflow that is triggered whenever a "Customer to be Created" record is created, and the workflow would do the actions to create the customer described by this record.

    Let me know if you have any questions about that! Or, if that won't work, let us know and we'll see if we can think of another workaround.

    Thanks,
    -Lucian

Please sign in to leave a comment.