Skip to main content
Question

Creating SalesForce Case Folders

  • May 22, 2025
  • 2 replies
  • 12 views

Forum|alt.badge.img

I need to import 1000's of cases.  I would like to programattically create box folder for each case at some point. Can I call createFolderForRecordId thousands of times before submitting or will it timeout? Any known way to do this?

2 replies

Forum|alt.badge.img

Hello, 

I'm a tad confused on what you mean by "submitting." Do you mean commit the changes to Salesforce? 

Thanks, 

Alex, Box Developer Advocate


Forum|alt.badge.img

Hi Alex,

Thanks for responding to my post.  Yes, commit - commitChanges().  I've already tested it with 5 cases, but don't know if it will scale well using many.

Originally, I was hoping I could achieve this using Box CLI, but I don’t believe there is a way to associate case records to Box folders.

Best,

Dan