Category Admins

Content related with Salesforce Admin

Automatically assign records to the queue

The custom object's record should be set as "Public Read Only" for visibility to all users but editable only by the owner. In case of picklist field edits, the record will auto-assign to the editing user's groups through Process Builder, allowing them edit access while restricting the previous assignee. A profile giving 'Read' and 'Edit' permissions and user-assigned queues are also needed in this setup.

Retrieve CustomField Metadata Information Using Tooling API

Salesforce users can identify custom fields created in a specific time frame using the Salesforce Tooling API. This can be accessed through the developer console by checking "Use Tooling API". As well as field info, the API provides metadata about objects, standard and custom properties, code coverage, validation and workflow rules. The data can be exported in CSV format using an extension called 'SFDC Dev Console Data Exporter'.