python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Alternative for Workbench
Hope everyone will know, In recent days Workbench website is not functioning well and it's provide Application Error during SOQL Execution or any other operation.
So May I know, Is there any other alt...

Mohanraj Sivalingam
Votes: 0
Answers: 1
<Today_date>T00:00:00.000+0000 is not returned when TODAY is used in Where clause
I am inserting record with scan_date as <Today_date>T00:00:00.000+0000, but I am not able retrieve the same using scan_date = TODAY (SOQL).
example:
There is record with scan_date = "2022-0...
Suvel Rathneswar
Votes: 0
Answers: 1
How to retrieve ContentNotes information along with LinkedEntity's information with SOQL?
I would like to implement a service that takes a lastModifiedDate as input and returns all ContentNote records which were modified after the given lastModifiedDate. The service response should have th...
Ben Tennyson
Votes: 0
Answers: 1
Custom Label value not working in SOQL Query
I am trying to use custom label value in SOQL Query. Query is not accepting custom label value. it is expecting number.
Integer num_days = Integer.valueOf(System.Label.Num_of_Days);
Select id, name FR...

Anil Kumar
Votes: 0
Answers: 1