Automatically assign records to the queue

Scenario: There is a custom object, and its record should be visible to all (users), but only the record owner can edit it. When someone edits a picklist field, the record should be automatically assigned to the user’s groups to work on, and they should be able to edit the record while the previously assigned user should not.

Solution: The steps for completing the above requirement are outlined below.

  • OWD: This custom object will be marked as “Public Read Only.” (Any user with object access permission can see the record.)

OWD (Organization-Wide Sharing Default): This specifies the default access level for the records of an object. The sharing settings for the entire organization can be set to Private, Public Read Only, or Public Read/Write.

  • Profile: Users who will see and work on the record should have ‘Read’ and ‘Edit’ permissions on the object.
  • Create queues for different users. (Setup -> Queue-> New)

Queue1 : Assigned User( User 1, User 2 ) Queque 2: Assigned User ( User 3, User 4 )

  • Create a Process Builder: Assigned the record to the queue based on the selected picklist.

Setup -> Process Builder -> New

3
4
5
6
7

Result: When the user changes the ‘Level’ picklist field value, the record is automatically assigned to ‘Queue’ (multiple users) using Process Builder.

The record will be read-only for the users, and only the owner and the user who created the record will be able to edit it.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s