Utility Bar Grid

Last updated
Was this helpful?
Was this helpful?
[
{
"name": "markcomplete",
"label": "Mark as Complete",
"icon": "utility:check",
"component": "gmpkg:DataGridCallFlowComponent",
"attributes": {
"flowName": "Complete_Task",
"idListParam": "idList",
"autolaunched": true
}
}
]{
"Marker__c": [
{
"color": "#F08D8D",
"exp": {
"Priority": {
"operator": "in",
"value": [
"High"
]
}
}
},
{
"color": "#FF9C25",
"exp": {
"Priority": {
"operator": "in",
"value": [
"Normal"
]
}
}
},
{
"color": "#B0FD9F",
"exp": {
"Priority": {
"operator": "in",
"value": [
"Low"
]
}
}
}
]
}