Add Checkbox False to Apex Class

Completado Publicado hace 5 años Pagado a la entrega
Completado Pagado a la entrega

Need a way to put this class on hold

Apex Class = BatchOwnerChangeOnPercentFunded

String query='select id,funded_date__c,percent_funded__c,ownerid,accountid from opportunity where percent_funded__c>0 and percent_funded__c<100 '+

' and stageName=\'funded\' and funded_date__c!=null and opportunity_type__c in (\'New Loan\',\'Concurrent\',\'Tier Up\',\'Renewal\') '+

' and recently_funded__c=true order by funded_date__c desc';

[login to view URL](query);

return [login to view URL](query);

Can we add and Checkbox and include it in the string, string include Checkbox is false.

and to put on hold we would check the box where checkbox = true and remove from hold we just remove the check from the checkbox.

Salesforce.com

Nº del proyecto: #17617520

Sobre el proyecto

2 propuestas Proyecto remoto Activo hace 5 años

Adjudicado a:

mritzi

Hello, If I understood it correctly, you want a way in the batch class so that with single click you can prevent the batch class from processing the records. And whenever you want, you can enable it so that it can sta Más

$50 USD en 1 día
(6 comentarios)
3.1