|
15 | 15 | "soql_walkthrough_step2_description": "Start by creating a new SOQL query file. You can use the command palette and search for 'SFDX: Create Query in SOQL Builder' or use the button below to get started.\n\n⚠️ **Important**: Make sure you have authorized a Salesforce org and set it as your default org before proceeding. You can do this by running 'SFDX: Authorize an Org' from the command palette.\n\n[Create SOQL Query](command:soql.open.new.builder)", |
16 | 16 | "soql_walkthrough_step2_alt": "Creating a new SOQL query", |
17 | 17 | "soql_walkthrough_step3_title": "Build Your Query Visually", |
18 | | - "soql_walkthrough_step3_description": "Use the visual SOQL Builder to construct your query by selecting objects, fields, and conditions. The builder provides an intuitive interface with dropdowns for available objects and fields from your org.\n\n\ud83c\udfaf **Get started**: Try selecting the `Account` object, then add fields like `Id`, `Name`, and `Type`. You can add filters in the WHERE section to narrow your results.", |
| 18 | + "soql_walkthrough_step3_description": "Use the visual SOQL Builder to construct your query by selecting objects, fields, and conditions. The builder provides an intuitive interface with dropdowns for available objects and fields from your org.\n\n🎯 **Get started**: Try selecting the `Account` object, then add fields like `Id`, `Name`, and `Type`. You can add filters in the WHERE section to narrow your results.", |
19 | 19 | "soql_walkthrough_step3_alt": "Building a query in the SOQL Builder", |
20 | 20 | "soql_walkthrough_step4_title": "Run and View Results", |
21 | 21 | "soql_walkthrough_step4_description": "Execute your SOQL query by clicking the **Run Query** button in the SOQL Builder. The results will appear in a new tab showing your data in a tabular format. The results viewer allows you to browse through your data and understand the structure of your query results.", |
22 | 22 | "soql_walkthrough_step4_alt": "Running a SOQL query and viewing results", |
23 | 23 | "soql_walkthrough_step5_title": "Save and Export Results", |
24 | | - "soql_walkthrough_step5_description": "After running a query, you can export the results by clicking the **Save** button in the results viewer. Choose between CSV or JSON format for further analysis. You can also save your SOQL queries as `.soql` files to reuse them later.\n\n\ud83d\udca1 **Pro tip**: CSV format is great for spreadsheet analysis, while JSON format preserves data relationships for programmatic use.", |
| 24 | + "soql_walkthrough_step5_description": "After running a query, you can export the results by clicking the **Save** button in the results viewer. Choose between CSV or JSON format for further analysis. You can also save your SOQL queries as `.soql` files to reuse them later.\n\n💡 **Pro tip**: CSV format is great for spreadsheet analysis, while JSON format preserves data relationships for programmatic use.", |
25 | 25 | "soql_walkthrough_step5_alt": "Saving and exporting SOQL query results", |
26 | 26 | "data_query_input_text": "SFDX: Execute SOQL Query...", |
27 | 27 | "data_query_selection_text": "SFDX: Execute SOQL Query with Currently Selected Text", |
|
0 commit comments