Appearance
Self-Service Setup
Sign up for a Salesforce org
On Trailhead go to the Quick Start: Explore the Coral Cloud Sample App badge, and get a new Custom Data Cloud Playground org.
TIP
The Trailhead project provides instructions on how to deploy the built-out workshop content directly from GitHub. For this workshop you won't follow the Trailhead instructions. You can use the org after finishing the workshop to complete your badge.
Make sure that you write down your user ID and password. You'll need them again later in this workshop.
Also make sure to connect your custom playground in Trailhead. After this workshop you can use the org to verify the badge.
In your browser, go to login.salesforce.com and log in to your org.
Install and set up the Coral Cloud base package
Once logged in into your org, replace the URL segment that comes after lightning.force.com with:
txt/packaging/installPackage.apexp?p0=04tWx0000001WU5IAM
Click Install.
Select the checkbox to grant access to third-party websites, and click Continue.
Open Setup.
Enter permission in quick find, then select Permission Sets.
Click on the Coral Cloud permission set.
Click Manage Assignments.
Click Add Assignment.
Select Admin User, then click Next.
Click Assign.
From App Launcher, open Sample Data Import.
Click Import sample data.
From App Launcher, open Coral Cloud Resorts.
Install and set up the Coral Cloud Experience Cloud site package
Replace the URL segment that comes after lightning.force.com with:
txt/packaging/installPackage.apexp?p0=04tWx0000001WVhIAM
Click Install.
Set up your development environment
In this workshop, you'll use Visual Studio Code and the Salesforce CLI to deploy Apex classes in some Prompt Builder and Agent exercises.
Step 1: Install the Salesforce CLI
If you already have the Salesforce CLI installed, there's no need to reinstall it.
Install the CLI from the Salesforce Developer website.
Confirm the CLI is properly installed and on the latest version by running the following command from the command line.
bashsf update
Step 2: Install Visual Studio Code
If you already have Visual Studio Code installed, there's no need to reinstall it.
Download and install the latest version of Visual Studio Code for your operating system. If you already have Visual Studio Code installed, there's no need to reinstall it.
Launch Visual Studio Code.
On the left toolbar, click the Extensions icon.
Search for Salesforce Extension Pack and click Install.
TIP
During the workshop you'll see references about Code Builder. This is the web-based IDE that is used in the guided workshop experience. When doing this workshop as self-service use Visual Studio Code.
Step 3: Authorize your Org
You need to connect Visual Studio Code to your org to be able to deploy code:
Open the command palette (press
CMD+SHIFT+P
on Mac orCTRL+SHIFT+P
on PC).Search for Authorize an Org. If it is not yet available, wait for Code Builder to fully initialize. If this command is not available, please follow the steps below to create a new project.
Select SFDX: Authorize an Org.
Select Project Default.
Enter
AI-WORKSHOP
for the org alias and press Return.Enter your username and password, then click OK.