Create List View
sf_create_list_viewCreate a Salesforce List View on any object. Set columns, filters, and sharing to show targeted records like 'High Priority Leads' in the object view selector.
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' |