Introduction
Sometimes complex business requirements lead to the need of configuring to configure Pulsar to behave differently for different groups of users. This is a common case in global orgs where use cases can vary based on the user’s region of the user or their role. For example, let us consider the scenario of a particular group of users needing Objects A, B, and C for offline access , and a different group needing Objects X, Y, and Z for offline access. Admins should be able to configure Pulsar differently for each group of users within their org to accommodate this. You could create multiple pulsar.sync.objects settings and assign the appropriate settings to each user group. And you could use the existing Sharing Settings functionality within Salesforce to achieve this. You may already have used this functionality for other similar permission or visibility-related use cases.
Opening Sharing Settings
...
You can find sharing settings setup for Pulsar Settings underhere:
Setup >> Security Controls >> Sharing Settings >> Manage Sharing Settings for "PulsarSetting"
Go to the Setup Home Tab.
Scroll down to SETTINGS, and expand the Security menu.
Click on Sharing Settings to open the Sharing Settings screen.
Select PulsarSetting from the Manage Sharing Settings For dropdown menu.
The PulsarSettings Sharing Settings screen opens.
Priority Value on PulsarSetting
Assign a Priority value on every Pulsar Setting record based on the business requirement.
Add Priority = 100 for all Pulsar Settings used by all Roles/Groups
Add Priority = 101 for Pulsar Settings for specific Roles/Groups
Add Priority = 102 for Pulsar Settings for a different set of Roles/Groups
...
Setup
Below are the steps for Setting Up Sharing Settings for Pulsar:
Click "Edit" , under Organization-Wide Defaults.
For each desired item:
Update Default Internal Access to "Private"
Update Default External Access to "Private"
"Select", Grant Access using Hierarchies
Create New PulsarSettings Sharing Rules using PulsarSetting Priority Values
Provide the Rule Name
Select "Based On Criteria"
Update Filter Logic Based on Business Requirements
Assign the Rule to Specific Roles/Groups
Keep the access Level as "Read Only"
...
Note |
---|
For some profiles like System Administrator, the users have View All permissions for the PulsarSettings Object. Sharing settings will not work for users with these profiles.
|
Example
...