Hello all :wave: I’m reaching out to seek advice ...
# general
u
Hello all 👋 I’m reaching out to seek advice regarding a specific feature in NetSuite. Currently, our team is utilising various REST API endpoints in NetSuite with success, particularly for creating Purchase Orders - purchaseOrder. However, we are now looking to use the vendorPayment endpoint. We understand that this endpoint is part of the NetSuite Beta Programme, which, as per our account manager, is an invite-only initiative by Oracle. Given this context, I’m interested in exploring any possible alternatives or solutions: 1. Is there a way for us to gain access to the
vendorPayment endpoint
without being part of the Beta Programme? 2. If direct access isn’t feasible, are there any workarounds or other methods we can employ to achieve similar functionality? 3. Additionally, any insights or advice from those who have navigated similar challenges would be greatly appreciated. Thank you all in advance for your time and assistance! 🙏
n
You could create your own RESTlet script.
👍 1
e
For NS integrations RESTlets are the best approach. You control the business logic and the data exposed as well as the operations that can be performed.
s
Curious about the apprehension from requesting access to the beta program? -- That's the only way to do it via native NS REST, as others said, you'd have to roll your own with a RESTlet otherwise.