Create List View
sf_create_list_viewCreate a custom Salesforce list view for any object, with specific columns, filters, and sharing settings, to display relevant records like open cases or high-priority leads.
Instructions
Creates a List View for any Salesforce object. List Views are saved filters that display a subset of records with specific columns, filters, and sorting. Use to create shared views like 'My Open Cases', 'High Priority Leads', or 'Deals Closing This Month' that appear in the object's list view selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Display label | |
| columns | No | Column field API names, e.g. ['Name', 'Account.Name', 'Status__c'] | |
| filters | No | Filter criteria | |
| fullName | Yes | List view developer name | |
| sharedTo | No | Who can see this list view | |
| objectName | Yes | Object API name, e.g. 'Account', 'Lead', 'Opportunity' | |
| filterScope | No | Base scope filter | Everything |
| booleanFilter | No | Boolean filter expression, e.g. '1 AND 2 OR 3' |