Blog
Salesforce Apex – Disable Downloads Based On File Name & User Role
Imagine that you want to disable downloads for certain users based on the name of the file uploaded to Salesforce. This is totally possible thanks to the power of Apex classes. We can use the following example code inside of a new Apex class called ContentDownloadHandlerFactoryImpl: The above code essentially […]