Blog
Salesforce Apex – Disable Downloads Based On File Name & User Profile
Let’s say that similar to what we did in yesterday’s post, today you want to disable downloads based on a file name. The difference is this time you want to target the user’s profile type instead of their role. Once again, using an Apex Salesforce class makes this possible. We […]