GM - Field Path

(gmpkg:FieldPathComponent)

Documentation

GM - Field Path component is used to display the progress of a process based on the specified picklist field. This component doesn't need path configuration to display the stages.

Use case: Display opportunity sub stage using a custom picklist field.

Specification

Property
Type
Description

recordId

String

Record Id to use. Keep this empty if you want to use the current record.

PickList Field Name

String

PickList field API name to use for stages.

Path Variant

String

Path variant to use; linear or non-linear.

API Reference

<design:component label="GM - Field Path">
    <design:attribute name="recordId" label="recordId" 
        description="recordId to use. Keep this empty if you want to use the current record"/>        
    <design:attribute name="variant" label="Path Variant"
        description="Path variant to use"/>    
    <design:attribute name="field" label="PickList Field Name"
        description="PickList field name to use for stages"/>
    <design:attribute name="jsonStages" label="Path Stages" 
        description="Json Path Stages. [{'label' : value, 'filter' : value}]"/>           
    <design:attribute name="mode" label="Display Mode"
        description="Display mode view | edit"/>        
</design:component>

Last updated