Skip to main content
Question

Wait for new folder creation using salesforce SDK

  • October 10, 2024
  • 0 replies
  • 31 views

We need to know when folder has already been created inside app..box.com

we are using salesforce SDK like

result = boxTools.createFolderForRecordId(recordId, null, true);
system.debug('result:' + result);
boxTools.commitChanges();

it returns back new folder Id but there is a need to wait for some time to see the change both in salesforce and using a link likeĀ  app.box.com/folder/{folderId}

is it possible to achieve it?

0 replies

Be the first to reply!