platform-list-view-generate

Generate Salesforce List View metadata with filters, columns, and visibility settings.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill platform-list-view-generate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platform-list-view-generate
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/platform-list-view-generate
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill platform-list-view-generate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you create, validate, and troubleshoot Salesforce List View metadata without guessing at file structure, field names, or filter logic.

Core Features & Use Cases

  • List View Generation: Define list view labels, API names, filter scopes, columns, and sharing settings for Salesforce objects.
  • Metadata Validation: Catch common deployment issues such as invalid field references, mismatched operators, and incorrect file placement.
  • Practical Use Cases: Use it when building task-focused record queues, shared operational views, or source-controlled list view metadata for Salesforce DX projects.

Quick Start

Ask to generate a Salesforce list view for a specific object with the desired filters, columns, and visibility rules.

Frequently Asked Questions about platform-list-view-generate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Salesforce list view metadata for an SFDX project?

Salesforce list view metadata generation requires defining the object, desired filter scopes, exact field API names for columns, and sharing settings to produce valid deployment files for SFDX projects.

What is the correct file placement and structure for Salesforce list views?

Correct Salesforce list view file placement requires aligning the fullName, label, and sharing settings within the object's metadata directory to prevent common deployment validation errors.

How do I configure filter logic and visibility in Salesforce list views?

Configuring filter logic and visibility in Salesforce list views requires specifying valid operator types and sharing settings to control which users can access the filtered record sets.

Why does my Salesforce list view deployment fail with invalid field references?

Salesforce list view deployments fail when metadata contains invalid field references, mismatched filter operators, or incorrect file placement, which can be caught through metadata validation.

Can I build task-focused record queues using Salesforce list view metadata?

Yes, you can build task-focused record queues and shared operational views by generating source-controlled Salesforce list view metadata with specific filter scopes and visibility rules.