sniemz
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 2
投稿
sniemzによる最近のアクティビティ-
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...
-
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...