related objects for box integration
AnsweredI 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.
-
Official comment
The short answer appears to be:
join box__Folder_Meta__c to box__FRUP__c on box_Folder_Id_c
Comment actions -
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
Please sign in to leave a comment.
Comments
2 comments