Logan Ickert
07/01/2022, 2:31 PM{"values":{"GROUP(vendor.entityid)":"xxx","AVG(vendor.internalid)":"xxx"}}
However when I use the following code to get the values in the result it returns null
var name = result.getValue({
"name": "vendor.entityid",
"summary": search.Summary.GROUP
});
var internalId = result.getValue({
"name": "vendor.internalid",
"summary": search.Summary.GROUP
});
Can someone help me?dcrsmith
07/01/2022, 2:33 PMdcrsmith
07/01/2022, 2:34 PMresult.getValue({name:entityid,join:vendor})
Sandii
07/01/2022, 2:47 PMLogan Ickert
07/01/2022, 4:41 PM