AdvoLogix Help

Transaction Maintenance Job Missing in Newly Created Sandboxes (MM)

Updated on

Article #000001044

Summary

A user will find that if they create a sandbox from an org with the transaction maintenance job, the sandbox will miss this job.

Question

Why is the Transaction Maintenance job missing from my sandboxes?

Resolution/Workaround

This is due to a known platform limitation. Follow the steps below to create the missing Apex job in the new sandbox:

1. Open the Developer Console:
    a. Click the Gear Icon in Salesforce header.
    b. Click Developer Console menu item.

2. Within Developer Console window:
    a. Navigate and open Debug menu item.
    b. Click on Open Execute Anonymous Window menu item.

    c. Within the editor that is open, clear the existing content (if there is any), and enter the following code:
    new advpm.PostInstallHandler().onInstall(null);

    d. Click Execute button.

Previous Article User Unable to Mass Update Matters (MM)
Next Article Uninstalling Matter Management Package Causing Dependency Issues (MM)
Still need help? Click here!
AdvoLogix® is a registered trademark of AdvoLogix.com LLC a Texas Limited Liability Company. All references to other trademarks belonging to third parties that appear on this website, documentation, or other materials shall be understood to refer to those registered trademarks owned by others, and not to any trademark belonging to AdvoLogix. Otherwise, all material herein is the copyright of AdvoLogix.com LLC. All Rights Reserved.