You are here:
Resolving Import Errors
The Install Default Vlocity Objects and Layouts job installs or restores the
default Vlocity objects and layout for object classes. When running the Install
Default Objects and Layouts EPC job, if you encounter the error Import Error: No
Configuration Found: Object Class Migration and you are using an org that uses
deployed code, perform these steps.
- Go to the Developer Console.
-
From the Debug menu, choose Open Execute Anonymous
Window.
The Enter Apex Code window opens.
-
Paste the following Apex statement into the Enter Apex
Code window:
CorePostInstallClass.runDev2ProdInserts(); - Select the statement.
- Click Execute Highlighted.
- Exit the Developer Console.
- Run the "EPC Create Default Objects and Layouts" or "Install Default Objects and Layouts" job again.

