function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sonam PatilSonam Patil 

Integrate with drop box

Hi,
Can anyone help me with the below requirement, Please


when account activity is captured
store this to dropbox and get the file id
store file id and activity Id to new custom object. ( Activity Drop Box Store )

write first apex batch
For each record in Activity Drop Box Store object
check that there is drop box file present, if not tag the record as delete.

write the second batch
for each file in Drop Box Store object
verify there is activity drop box store if not create activity and related activity drop box record.
 
write scheduler to configure only one of the batch.   The configured batch will invoke the second batch when complete.
 
thanks in advance
Naveen KNNaveen KN
A detailed post on integrating Salesforce with Dropbox

https://www.codekiat.com/2019/07/salesforce-dropbox-integration-a-complete-guide.html

--
Naveen