Skip to main content
Question

Can I have a Box folder automatically created when I create a new Sales Order in NetSuite?

  • May 22, 2025
  • 2 replies
  • 8 views

Forum|alt.badge.img

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? 

2 replies

Forum|alt.badge.img

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


Forum|alt.badge.img

Hi Jon,

 

What type of script would be best to write that type of code?

 

How would I make the folder automatically name itself the same as the record # in NetSuite?

 

TIA!