-
### Summary
The project I work on requires HTTP_PROXY environment variable to be set, for sfdx commands to work. I can set that using `export HTTP_PROXY=http://MY_USERNAME:MY_PASSWORD@PROXY…
-
https://github.com/financialforcedev/apex-mdapi/blob/526f8811d6e5ad4a86582ffa1ddb68ca99d2deda/apex-mdapi/src/classes/MetadataService.cls#L13193
Verified today that using Apex with mdapi (not Lightn…
-
https://github.com/forcedotcom/b2b-commerce-on-lightning-quickstart/blob/741479e9eca0ba6b73f4bf503427fe3357ba34c1/examples/lwc/force-app/main/default/classes/B2BSearchControllerSample.cls#L25
That …
-
https://help.salesforce.com/apex/HTViewSolution?urlname=Salesforce-disabling-TLS-1-0&language=en_US&
-
### Summary
We have nightly regression job run using Jenkins, which includes pushing our source to a scratch org and reporting on unit tests.
When we run `sfdx force:apex:test:run --testlevel RunL…
-
I receive the following error when attempting to use the "Debug Single Unit Test" feature in the Visual Studio Code extensions. Note: I did run SFDX: Turn On Apex Debug Log for Replay Debugger and fo…
-
I could not find any project to enable opentelemetry support for lwc.
It would be nice to be able to observe e2e how external systems integrate with salesforce. At the moment there is no sdk for apex…
-
Hello Everyone, I am trying to show the Sonarqube errors in my salesforce(apex) files on my IntelliJ IDE.
The sonarqube server show me a lot of bugs, violations and we wanted to see them on IDE and h…
-
I followed these steps and couldn't pull the type `RuleLibraryDefinition`
1. created new project with `sf project generate -n test`
2. created a new package.xml file with this content: `RuleLibraryD…
-
If the org has more than 1000 active classes, then /apex/classDiagramCreator returns an error:
"Collection size XXXX exceeds maximum size of 1,000."
Could be due to apex:repeat only supporting c…