Visualforce, Apex and common salesforce.com questions and their solutions

Pages

▼
Wednesday, July 24, 2024

SOQL query to find Cases owned by a Queue

›
Select count(Id),Owner.Name from Case where IsClosed = false and Owner.isActive = true and OwnerID IN (SELECT Id FROM Group WHERE Type = ...
Thursday, March 9, 2023

How to version control Salesforce CPQ config data

›
Salesforce CPQ configuration data can be version controlled using a source control system like Git. Here are the steps to version control Sa...
Sunday, June 20, 2021

System.QueryException: Non-selective query against large object type (more than 200000 rows). Consider an indexed filter or contact salesforce.com about custom indexing.

›
   Exception:    System.QueryExceptio n: Non-selective query against large object type (more than 200000 rows). Consider an indexed filter o...
›
Home
View web version
Powered by Blogger.