Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
GA in Winter `24. DataWeaveInApex scatch org feature no longer required.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ballinger committed Aug 30, 2023
1 parent db4aa09 commit dd9a4c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# DataWeave In Apex
Examples for working with DataWeave scripts from Apex.

This functionality is [currently in Beta](https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/DataWeaveInApex.htm) in Summer '23. It can be selectively enabled in scratch orgs.
This functionality is [GA](https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/DataWeaveInApex.htm) in Winter `24.

For feedback and questsions, please see the [DataWeave in Apex](https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000kGtKSAU) Trailblazer community group.

Expand All @@ -13,10 +13,9 @@ Slides for the Dreamforce '22 Presentation [Unleash Powerful Data Transforms in

## Basic Setup

1. Create a scratch org with the "DataWeaveInApex" [scratch org feature](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs_def_file_config_values.htm). See [/config/project-scratch-def.json](/config/project-scratch-def.json#L4) as an example
1. Create a scratch org.
2. Push the source to the scratch org - requires SFDX CLI [7.151.9+](https://github.com/forcedotcom/cli/blob/main/releasenotes/sfdx/README.md#71511-may-19-2022)


## Examples

### Hello World
Expand Down
2 changes: 1 addition & 1 deletion config/project-scratch-def.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"orgName": "DataWeaveInApex Org",
"edition": "Developer",
"features": ["EnableSetPasswordInApi", "DataWeaveInApex"],
"features": ["EnableSetPasswordInApi"],
"settings": {
"lightningExperienceSettings": {
"enableS1DesktopEnabled": true
Expand Down

0 comments on commit dd9a4c5

Please sign in to comment.