Hi everyone,
I’m trying to highlight a specific field in a grid, but I’m struggling to get it to work.
Does anyone have any advice?
crm.ready(function() { crm.grids().filterWhere(‘case_description’,’eq’,’parent’).highlightCell(‘lightblue’); });
Hi everyone,
I’m trying to highlight a specific field in a grid, but I’m struggling to get it to work.
Does anyone have any advice?
crm.ready(function() { crm.grids().filterWhere(‘case_description’,’eq’,’parent’).highlightCell(‘lightblue’); });
Nothing wrong with that SAMUEL MAIA
Just try the following instead of backticks (grave accents)
crm.ready(function()
{
crm.grids().filterWhere('case_description','eq','parent').highlightCell('lightblue');
});
Many thanks Sean from Spire
*Community Hub is the new name for Sage City