-
As far as I can see, SF no longer uses the 'Attachment' object type for new object types. I recently set one up to have what I thought was an attachment and eventually realised it was a 'ContentDocume…
Arepo updated
4 years ago
-
**Describe the bug**
A specific (not all) users is receiving an unusual SOQL error whenever trying to select a list view for the Case object. The simpli list view is a Single sitting on an App Page. …
-
## Summary
I am trying to install version 2.4 into the sandbox. I have added the 3 trusted domains and enabled clickjack, lightning experience, and enabled my domain. I am unable to install the…
-
## Summary
Mass Action Scheduler has been working without issues for a long time, as of a few days ago, which I suspect had to do with the most recent SFDC Release, when I go to a Mass Action C…
-
I run my simple-salesforce operations from a Jupyter Notebook, because it makes my workflows much easier. The operations I use are getting reports from salesforce, running soql queries and small scale…
-
**Affects PMD Version:** 7.4.0
Make sure, to test with the latest PMD version.
**Description:**
This bug was surfaced through the salesforce code analyzer originally with https://github.c…
-
### Initial Apex code
```apex
public class Me {
{
List accs = [SELECT Id FROM
Account];
}
}
```
### Formatted Apex code
```apex
public class Me {
{
List accs = [
SELEC…
-
When I simulate call for unknown contact, I accept it without issues. When I try to end the call I got an error `This page has an error. You might just need to refresh it. Action failed: c:connectedPa…
-
What is the best way to have one selector implementation and be able to choose to have a with sharing and a without sharing selector, with the minimal amount of code duplication.
I currently have …
-
### Describe the bug
The following bash code
```bash
${foo/a/b}
```
raises the error:
```text
Error in decoration provider treesitter/highlighter.win:
Error executing lua: ...2962/usr/share/nvim/r…