Skip to content

Commit

Permalink
doc: Update cb-start.md (#5197)
Browse files Browse the repository at this point in the history
* Update cb-start.md

* Update cb-start.md

Sonal's edits.

* Update cb-start.md

---------

Co-authored-by: Sonal Budhiraja <[email protected]>
  • Loading branch information
mmhasanovee and sbudhirajadoc authored Nov 6, 2023
1 parent e09536b commit 4764347
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/_articles/en/codebuilder/cb-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Complete this Quick Start to become familiar with the Code Builder interface and

### Don’t Forget to Save Your Work

Working in the cloud has its advantages. However, unlike working on a desktop where you save your files to a local machine, you must either deploy your changes to your org, or commit them to source control to save your work somewhere permanent. Work saved in your Code Builder environment will be there when you come back but Code Builder is not suited for permanent-long-term storage. We recommended saving your work before you close the Code Builder tab.
Working in the cloud has its advantages. However, unlike working on a desktop where you save your files to a local machine, you must either deploy your changes to your org or commit them to source control to save your work somewhere permanent. Work saved in your Code Builder environment will be there when you return, but Code Builder is not suited for permanent-long-term storage. We recommend saving your work before you close the Code Builder tab.

## Create Your Code Builder Environment

Expand Down Expand Up @@ -86,7 +86,7 @@ Let’s build and run a simple SOQL query on the Account object:
You’re prompted to save your changes if you close the untitled file.

5. Save the changes to a file using a “.soql” extension.
6. Let’s rerun the saved query – Right click the file and select **Open With…** then select SOQL Builder.
6. Let’s rerun the saved query – Right-click the file and select **Open With…** then select SOQL Builder.
The file opens in SOQL Builder and you can rerun or edit the query as you wish.

For more information on building complex queries see the [SOQL Builder](https://developer.salesforce.com/tools/vscode/en/soql/soql-builder) in the Salesforce Extensions for Visual Studio Code documentation.
Expand Down Expand Up @@ -134,8 +134,8 @@ The metadata is here for your reference:
We’ll now make a simple edit to this field and deploy our changes back to our org with a single click.

1. Edit `createdon_c.field-meta.xml` and change the `<required>` tag value to `true` to indicate that this custom field is required.
2. Right click the `objects/Account` folder and click **SFDX: Deploy Source to Org**.
3. After the command has successfully run, go back to your org and check details of the **Created On** custom field and confirm that it’s now a required field.
2. Right-click the `objects/Account` folder and click **SFDX: Deploy Source to Org**.
3. After the command has successfully run, go back to your org and check the details of the **Created On** custom field and confirm that it’s now a required field.

## Create and Deploy a New Lightning Web Component

Expand Down

0 comments on commit 4764347

Please sign in to comment.