-
I am not sure if this is the the right platform to ask but I need help.
I have converted a big payload to Salesforce files and then I have created a batch to convert it back to String to send it as a…
-
Firstly - thanks for sharing the patterns!
This post was prompted by a brief exchange with Andrew after this tweet :
Great call with @LaceySnr this morning, talking about Apex Enterprise Patterns “L…
-
**Describe the bug**
When I use a custom --eslintconfig, I start getting eslint-custom violations on apex class files
**To Reproduce**
Steps to reproduce the behavior:
1. Create a custom eslin…
-
**Describe the bug**
When I press deploy to production, the deployment fails because the test fails
**To Reproduce**
(Please provide a public github repo with a full SFDX project that demonstra…
-
Hi, I am trying to install
https://github.com/apex-enterprise-patterns/fflib-apex-mocks/tree/master
and
https://github.com/apex-enterprise-patterns/fflib-apex-common
I was able to about…
-
**Describe the bug**
Unable to deploy to salesforce org (both apex mocks and fflib). Error shown :
Unhandled Exception : java.lang.RuntimeException: /app/.local/share/sfdx/client/7.177.1-617a284/bi…
-
Description -
I tried deploying this repo to my developer edition salesforce instance but I'm getting following whenever I login to salesforce -
Unhandled Exception : java.lang.RuntimeException: …
-
**Describe the bug**
When deploying fflib_common to production a test is failing and I am receiving the following error:
method: fflib_SObjectUnitOfWorkTest.testDerivedUnitOfWork_CommitDMLFail -- …
-
Hello,
We recently updated our CI to take into account the branch name to build package version. In short
`sfdx force:package:version:create [...] --branch $CI_COMMIT_REF_SLUG`
This is working…
-
Salesforce doesn't allow the programmatic creation of Apex trigger objects directly on a production instance. When creating a Salesforce event source on my production instance, I see the following err…