Agile ConnectLink™

USER GUIDE

Scheduling Bulk Updates

  • Navigate to Salesforce Setup.
  • Search for Apex Classes using the quick find box.
  • Click Schedule Apex.
  • From Apex Class, select one of the following:
    • BatchUpdateObjects
      • Institutions and Personnel: the original schedulable job.
    • BatchUpdateAccounts
      • Updates Accounts only.
    • BatchUpdateContactAccount
      • Updates Personnel and adds new Personnel related to existing Accounts. This job upserts Contacts and/or Leads depending on CL’s configuration.
    • BatchUpdateContact
      • Updates existing Contacts only. No new personnel added.
    • BatchUpdateLead
      • Updates existing Leads only. No new personnel added.
    • SchedulableMetrics
      • Needed to generate metrics data. Required for dashboards to update. We recommend scheduling this for 1-2 days after your update job.
  • Select the desired time frame for the scheduled update. 
    • Our database undergoes weekly maintenance on Saturdays and Sundays. Avoid running updates all day Saturday and before 5pm on Sundays.
    • If you have a large number of records, a Batch Update job on Friday night will likely spill over into Saturday and cause issues.  
    • Jobs that run into our maintenance window should be resumed once our database is available again, but these will take much longer and are not recommended.
  • Set the expiration date several years in the future so the job doesn’t expire.

Speak with a Consultant     |     866.782.0241 x 108     |     [email protected]

Agile Education Marketing block logo

Subscribe to our monthly market insights newsletter

© 2023 Agile Education Marketing, All Rights Reserved

education expertise matters

Consultation
Request

Optimize Your Digital Marketing

Let's Get Started

Optimize Your Digital Marketing

Let's Get Started

education expertise matters

Let's Connect

We’re here ready to answer your questions! Share a little information with us below and one of our Agile experts will be in touch shortly.

Making Data Useful Daily

Let's Get Started

See Agile Integrations in Action

Connect to
Learn More

Plug Into the Education Market

Get Started

education expertise matters

Consultation
Request

education expertise matters

Consultation
Request

education expertise matters

Consultation
Request

education expertise matters

Consultation
Request

We use cookies to give you the best online experience. Cookies keep our site secure and reliable. They allow us to personalize agile-ed.com to you and help us analyze how the site is used.

document.addEventListener('DOMContentLoaded', () => { document.querySelectorAll('.lazyload[data-bg-image]').forEach(el => { const bg = el.getAttribute('data-bg-image'); if (bg && !el.classList.contains('lazyloaded')) { el.style.backgroundImage = bg; el.classList.add('lazyloaded'); } }); });