reptar
04/29/2020, 2:27 PMUnable to determine record type for saved search id 7501.
search.load('customsearch_my_consulting_quota').run().each(function(result) {
amount = result.getValue('amount');
log.debug('amount', amount);
});
reptar
04/29/2020, 2:31 PMJohnnyC
04/29/2020, 2:38 PMreptar
04/29/2020, 2:38 PMmtsb
04/29/2020, 2:40 PMN/search
does suggest that type
is required for ‘standalone searches’ in .load
reptar
04/29/2020, 2:41 PMreptar
04/29/2020, 2:42 PMmtsb
04/29/2020, 2:42 PMreptar
04/29/2020, 2:43 PMAndrea Rivetti
04/29/2020, 3:23 PMcreece
04/29/2020, 4:20 PM