Skip to main content

ValuesetType

Classification of value sets based on their management and usage scope within the system

enum ValuesetType {
SYSTEM
CUSTOM
}

Values

ValuesetType.SYSTEM

System-managed value sets that are automatically maintained and cannot be modified by users. Used for core system functionality and predefined configurations.

ValuesetType.CUSTOM

User-defined value sets that can be created, modified, and deleted by authorized users. Used for business-specific configurations and custom dropdown options.

Member Of

Valueset object ● ValuesetCreateInput input ● ValuesetSearchInput input