Create Global Value Set (Shared Picklist)
sf_create_global_value_setCreate a Global Value Set to define reusable picklist values shared across multiple objects and fields, keeping them in sync automatically.
Instructions
Creates a Global Value Set — a shared picklist definition that can be referenced by multiple Picklist fields across different objects. Any change to the Global Value Set is reflected in all fields that use it. Use when the same set of values (like Status, Priority, Region) should be shared and kept in sync across multiple objects. fullName must end with __gvs, e.g. 'Industry_Types__gvs'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sorted | No | Auto-sort values alphabetically | |
| values | Yes | Picklist values | |
| fullName | Yes | API name of the global value set, e.g. 'Industry_Types__gvs' | |
| description | No | Description | |
| masterLabel | Yes | Label for the global value set |