Questions tagged [developer-console]
The Developer Console is an integrated development environment with a collection of tools you can use to create, debug, and test applications in your Salesforce organization.
452 questions
0 votes
2 answers
47 views
SOQL issue - System.QueryException: rule soqlCommonLiterals failed predicate
Good Morning! Is anything wrong in the below query getting an issue like the below: Exception : System.QueryException: rule soqlCommonLiterals failed predicate: {this.helper.isFixedRangeDateFormula(...
1 vote
0 answers
108 views
How to remove date format stamp at field level in salesforce date field [closed]
Good Morning! Hope all are doing great! There is a date field in our salesforce org we used and due to recent salesforce update date format stamp is displaying at every date field level. Can anyone ...
0 votes
1 answer
60 views
Query to get all metadata created by a user
We are required to deactivate a user account that owns so many flows, triggers, and classes in his name. What is the best way to get all metadata owned by him and then transfer to another admin? I ...
0 votes
1 answer
137 views
Developer console viewing issue
I do not see developer console on my interface from setting menu. Any particular settings that need to be done in my case?
0 votes
0 answers
144 views
Developer console not recognising startTest() and stopTest()
I am creating an Apex class that uses the @future annotation to update Account records and this is my Account Processor: public without sharing class AccountProcessor { @future public ...
1 vote
1 answer
486 views
SOQL in Developer Console returns just one record for FieldDefinition object
Why does the Developer Console return just one record in a scratch org when I query the FieldDefinition object? The header says 46 rows, but it shows only one in the data table.
-1 votes
1 answer
76 views
How to disable inlinedit option on list views for a specific profile only?
How to disable Custom list view inline-edit option for fields for a specific profile ? .
0 votes
0 answers
423 views
I can't find in salesforce, or using query editor in the developer console, custom object records that have been created in apex
I'm running apex code that creates related records for a custom object when a record is created or updated. The code runs without errors however I cannot see any of the related records in Salesforce ...