sniemz
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
Activity overview
Latest activity by sniemz-
sniemz commented,
Apparently the accessToken argument is no longer optional ...
-
sniemz created a post,
moveFolder() does not exist?
Hello, in my Apex method I used the following lines: box.Toolkit boxToolkit = new box.Toolkit();String oppBoxFolderId = boxToolkit.getFolderIdByRecordId(o.Id);List<Account> accounts = [SELECT Id, N...
-
sniemz commented,
Hi Jon, yes please, that would be great. Examples would be enough.I am using the function box.Toolkit.createFolder(); extensively and it seems like that even during test runs the method is trying ...
-
sniemz created a post,
Box for Salesforce Developer Toolkit - how to write test methods
I've written apex code that customizes the folder structure on box and of course, in order to deploy it I need to write test methods. Writing standard methods I receive the errors that no root fo...