Run the PopulateCacheOrchestratorApplication Class
You've used Postman to get the session token from your org, configured your IDE for Java, and loaded the orchestration classes into your IDE. Now you're ready to configure and run the PopulateCacheOrchestratorApplication class.
To run the PopulateCacheOrchestratorApplication class in Visual Studio Code:
-
In Visual Studio Code, click the Explorer icon and expand the CACHE_AND_POPULATE_ORCHESTRATORS pane.
-
Locate and click the
PopulateCacheOrchestratorApplication.java
file. The file opens in a tab. -
Edit these String values in the file:
String Value Set the value to accessToken The access_token
value you saved in the Set Up Postman, Import the Files, and Get the Token taskorgNamespace vlocity_cmt
.instanceUrl Your org's hostname, for example https://demo.my.salesforce.com
catalogCodes The name of a catalog in your org -
Make sure the file looks something like this, then save it:
-
Right-click the
PopulateCacheOrchestratorApplication.java
file and select Run Java. -
Watch the TERMINAL pane to see JSON responses for REST API calls appear.