loader
iqonic-blog

In Salesforce, QuickActions allows users to perform specific actions efficiently, directly from the feed or record pages. One powerful use case is customizing the Email QuickAction on a Case feed. In this article, I’ll walk you through how to manage this QuickAction via an Apex class. Step-by-Step Guide 1. Create the Apex Class First, you […]

REQUIREMENT We need to setup partner community so that multiple users belongs to same account can see each other’s Tasks. In other way, if partner user has access to parent related record then he must be able to access the related Tasks whether he is owner of Task or not. By default, user who owns the Task only can […]