You are here:
Create the Default Contract Type for CME Spring '22
Use the following statement in the developer console to create a default contract type.
- Click the quick access menu (Setup gear icon), and click Developer Console.
- From the Debug menu, choose Open Execute Anonymous Window.
-
Paste the following statement into the Enter Apex
Code dialog box:
vlocity_cmt.CmPostInstallClass.createDefaultContractType();vlocity_cmt is a namespace, you must add the namespace of your org.
- Select the entire statement.
- Click Execute Highlighted.
- Close the Developer Console.

