Can I have a Box folder automatically created when I create a new Sales Order in NetSuite?
We have NetSuite integrated with the Box API. We want to be able to have a Box folder automatically created for a sales order when the sales order is created. Is there a way to do this?
-
Hi ,
Yes you can, here's the way I would do that:
- When a new sales order is created I believe there will be some events that occur within Box. If you take a look at the event stream information you can listen for when any particular events occur (e.g. Sales Order created).
- When that event occurs you can call the create folder endpoint through your app to generate the new folder.
- Jon
Please sign in to leave a comment.
Comments
2 comments