-
Notifications
You must be signed in to change notification settings - Fork 461
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Possible fix for cpq/sbqq trigger soql error (#814)
- Loading branch information
1 parent
9d007e5
commit b716b12
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -156,6 +156,20 @@ In order for the ruby service to update Stripe ID fields, it needs to have the r | |
|
||
In the org, go to setup>permission sets> stripe connector integration user> manage assignments>add assignments and check your user in the org > then click assign. | ||
|
||
## Clearing Our Test Data | ||
|
||
Here's how to manually clear our test data. This may be fixed with `SBQQ.TriggerControl.disable()` in the delete script, can remove this later if this is the case! | ||
|
||
```shell | ||
sfdx force:org:open -u [email protected] -p "/lightning/setup/ImportedPackage/home" > /dev/null | ||
sfdx force:org:open -u [email protected] -p "/lightning/setup/ImportedPackage/home" > /dev/null | ||
|
||
# disable apex triggers | ||
|
||
sfdx/bin/sfdx-wipe-account [email protected] | ||
sfdx/bin/sfdx-wipe-account [email protected] | ||
``` | ||
|
||
## Creating a stratch org | ||
|
||
- Specify your dev hub via `sfdx force:config:set --defaultdevusername`. This can be any salesforce dev org. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters