Hello,
We are using SalesForce and Box in and we need to implement an integration that whenever a new account is created in SalesForce a matching folder will be created in BOX and will be associated with the Salesforce account record so when user will open the Account record he can see the account files on BOX.
We have setup the SalesForce BOX integration and it is working perfect.
We also managed to create the folder in BOX when new account is created in SFDC (using the devloper toolkit provided by BOX that is being called in a trigger after account is created).
But for some reason the association of the SFDC folder and the BOX folder is not happening althoug our code is copy/paste of the code provided by BOX.
Here is the code we are using to create the folder. The code is called from the Account After Insert trigger:

Any help with solving the association issue will be appreciated
Thanks,
Koby

