Daniel Eliassen
03/13/2020, 9:38 AM[{"account":"815","item":"333"}]
I would like to add in the text label for account, how do I do that with a search?
my search options
{
"type": "customrecord_config_line",
"columns": [
{
"name": "custrecord_conf_account"
},
{
"name": "custrecord_conf_item"
}
],
"filters": [
{
"name": "isinactive",
"operator": "is",
"values": false
}
]
}
NElliott
03/13/2020, 9:58 AMsearch.createColumn({name: "location", label: "Location"}),
battk
03/13/2020, 1:09 PMNElliott
03/13/2020, 2:40 PMDaniel Eliassen
03/18/2020, 1:24 PM