Record KPI
{
"sections": [
{
"name": "opportunityKPIList",
"label": "Opportunity KPI",
"active": true,
"cols": 3,
"rows": [
[
{
"apiName": "ExpectedRevenue",
"managedComponent": true,
"componentDef": {
"component": "gmpkg:kPICurrencyFieldLWC",
"attributes": {
"color": "red",
"radius": "15rem",
"thickness": "2rem"
}
}
},
{
"apiName": "Amount",
"managedComponent": true,
"componentDef": {
"component": "gmpkg:kPICurrencyFieldLWC",
"attributes": {
"color": "#78b0fd",
"radius": "10rem",
"thickness": "0.5rem"
}
}
},
{
"apiName": "Probability",
"managedComponent": true,
"componentDef": {
"component": "gmpkg:kPIPercentageFieldLWC",
"attributes": {
"color": "#45c65a",
"radius": "15rem",
"thickness": "2rem"
}
}
}
]
]
}
]
}Currency KPI
Percentage KPI
Last updated
Was this helpful?