related objects for box integration
回答済みI am able to query box__Folder_Meta__c to list all folders that are stored in our box.com account.
How can I link each row back to its corresponding sales forceobject ?
i.e. which folders are linked to Accounts, which folders are linked to Opportunities, etc.
-
正式なコメント
The short answer appears to be:
join box__Folder_Meta__c to box__FRUP__c on box_Folder_Id_c
コメントアクション -
Hey Steve,
I'm not sure if you've already taken a look at our Salesforce developer toolkit documentation, but that should be able to help you out here.
Sounds like you already have a folder structure in Box and you'd like to hook it up to the Box for Salesforce integration. Specifically, I'd take a look at:
- create object level folders
- associate Box folder to Salesforce record
Best,
Kourtney
Box Developer Adovcate
サインインしてコメントを残してください。
コメント
2件のコメント