Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.04 KB

File metadata and controls

42 lines (30 loc) · 1.04 KB

Query Archived Activity Invocable Methods

Contains Invocable Method for querying archived Activity records from flows

Deploy

Install Latest Release

Contents

  • Apex Classes
    • QueryArchivedActivities_TEST.cls
    • QueryArchivedEvents.cls
    • QueryArchivedTasks.cls

Development

To work on this project in a scratch org:

  1. Set up CumulusCI
  2. Run cci flow run dev_org --org dev to deploy this project.
  3. Run cci org browser dev to open the org in your browser.

Release

  1. Release a Beta Version
cci flow run release_unlocked_beta --org dev
  1. Test Deploy the Beta Version
cci flow run ci_beta --org beta
  1. Promote to a Production Version
cci flow run release_unlocked_production --org release