// If you need to look up data when opening the page, list it out
// under "resolve".
resolve:{}
resolve:{
processors:function(crmApi4){
returncrmApi4('PaymentProcessor','get',{
select:["id","MIN(name) AS processorName","MIN(payment_processor_type_id:label) AS processorType","MIN(is_test) AS isTest","COUNT(paymentprocessor_webhook.id) AS webhooksCount"],
join:[["PaymentprocessorWebhook AS paymentprocessor_webhook","LEFT",["id","=","paymentprocessor_webhook.payment_processor_id"]]],