Most voted questions in SalesForce

0 votes
1 answer

How can I rename my Apex Class name in Salesforce

If you wanted to do it through ...READ MORE

Apr 1, 2022 in SalesForce by CoolCoder
• 4,400 points

edited Jun 19, 2023 by Khan Sarfaraz 3,773 views
0 votes
1 answer

Salesforce: SOSL with CONTAINS

Unlike SOQL, which uses the LIKE comparison ...READ MORE

Mar 29, 2022 in SalesForce by CoolCoder
• 4,400 points
611 views
0 votes
1 answer

Force.com: User vs Account vs Role vs Profile vs Owner

User: a Salesforce user who can log ...READ MORE

Mar 29, 2022 in SalesForce by CoolCoder
• 4,400 points
290 views
0 votes
1 answer

Get a field value from a SObject List (Apex)

The field API Name is represented by ...READ MORE

Mar 29, 2022 in SalesForce by CoolCoder
• 4,400 points
11,234 views
0 votes
1 answer

Invocablemethod Not Creating Records in Apex Class

According to the documentation (developer.salesforce.com/docs/atlas.en-us.apexcode.meta/...), each class ...READ MORE

Mar 29, 2022 in SalesForce by CoolCoder
• 4,400 points
498 views
0 votes
0 answers

Salesforce.com: UNABLE_TO_LOCK_ROW, unable to obtain exclusive access to this record

0 In our production org, we have a ...READ MORE

Mar 17, 2022 in SalesForce by surbhi
• 3,810 points
1,905 views
0 votes
0 answers

How to query remote site settings from Apex

I have a future method that makes ...READ MORE

Mar 17, 2022 in SalesForce by surbhi
• 3,810 points
1,225 views
0 votes
0 answers
0 votes
1 answer
0 votes
1 answer

How to find an element in Salesforce applauncher pop up using Selenium Webdriver?

Try if this works:- driver.findElement(By.xpath(".//p[text() ='Marketing']")).click(); Hope this helps! Check ...READ MORE

Mar 17, 2022 in SalesForce by CoolCoder
• 4,400 points
692 views
0 votes
1 answer

How do i get all values from a global pick list in salesforce using REST Api?

Since API 39.0 it is possible to ...READ MORE

Mar 17, 2022 in SalesForce by CoolCoder
• 4,400 points
6,336 views
0 votes
1 answer

Repeating Salesforce Workflow actions every x days

Workflow Rules and Process Builder's time-dependent operations ...READ MORE

Mar 17, 2022 in SalesForce by CoolCoder
• 4,400 points
265 views
0 votes
1 answer

Salesforce Streaming API: Recconnect to Cometd after session expires

I'm responding from the perspective of CometD. Doing ...READ MORE

Mar 17, 2022 in SalesForce by CoolCoder
• 4,400 points
511 views
0 votes
1 answer

Resolving @salesforce modules on Heroku

Base Lightning Web Components can be utilised ...READ MORE

Mar 17, 2022 in SalesForce by CoolCoder
• 4,400 points
216 views
0 votes
1 answer

How to use Database.Statful in batch apex

Move your insert to the finish method: global ...READ MORE

Mar 17, 2022 in SalesForce by CoolCoder
• 4,400 points
1,666 views
0 votes
1 answer
0 votes
0 answers

How to Write the Test class for Salesforce Apex Aura Enabled class?

stuck in here to write a test ...READ MORE

Mar 15, 2022 in SalesForce by surbhi
• 3,810 points
1,683 views
0 votes
0 answers

Salesforce B2B Commerce/Cloudcraze , how to rank Product List search results by product name

When I search for "coarse drywall screw," ...READ MORE

Mar 14, 2022 in SalesForce by surbhi
• 3,810 points
408 views
0 votes
1 answer

Salesforce Tests for Org

Yes, I believe that having all of ...READ MORE

Mar 15, 2022 in SalesForce by CoolCoder
• 4,400 points
211 views
0 votes
1 answer

Automated Salesforce Login

Take a look at this: Go to https://development.salesforce.com ...READ MORE

Mar 15, 2022 in SalesForce by CoolCoder
• 4,400 points

edited Jun 19, 2023 by Khan Sarfaraz 310 views
0 votes
1 answer

Salesforce login Organization behind proxy

simple_salesforce does not provide most forms of OAuth ...READ MORE

Mar 15, 2022 in SalesForce by CoolCoder
• 4,400 points
447 views
0 votes
1 answer

How to add days to date time in Salesforce Apex?

Beware the DST issue! The "addDays" function ...READ MORE

Mar 15, 2022 in SalesForce by CoolCoder
• 4,400 points

edited Jun 19, 2023 by Khan Sarfaraz 6,485 views
0 votes
1 answer

What is the difference between Queues and team selling in salesforce?

Because they're used for entirely different purposes. "Unassigned ...READ MORE

Mar 15, 2022 in SalesForce by CoolCoder
• 4,400 points

edited Jun 27, 2023 by Khan Sarfaraz 514 views
0 votes
1 answer

How to log into a salesforce.com sandbox?

My user account was created after the ...READ MORE

Mar 15, 2022 in SalesForce by CoolCoder
• 4,400 points

edited Jun 19, 2023 by Khan Sarfaraz 1,265 views
0 votes
1 answer

Sets in Salesforce

LIST class provides you the get method, but there ...READ MORE

Mar 15, 2022 in SalesForce by CoolCoder
• 4,400 points
514 views
0 votes
1 answer

Sets in Salesforce

LIST class provides you the get method, but there ...READ MORE

Mar 17, 2022 in SalesForce by CoolCoder
• 4,400 points

edited Jun 27, 2023 by Khan Sarfaraz 217 views
0 votes
1 answer

Salesforce Apex SingleEmailMessage with Template to User not contact

// Pick a dummy Contact Contact c ...READ MORE

Mar 17, 2022 in SalesForce by CoolCoder
• 4,400 points

edited Jun 27, 2023 by Khan Sarfaraz 4,025 views
0 votes
2 answers

Creating Many to Many relationship between the accounts records in salesforce

In Salesforce, it is not possible to ...READ MORE

Jun 19, 2023 in SalesForce by Khan Sarfaraz
• 700 points
932 views
0 votes
1 answer

salesforce Change Data Capture not sending change event

The name of the subscription channel for Change Data ...READ MORE

Mar 12, 2022 in SalesForce by CoolCoder
• 4,400 points
416 views
0 votes
1 answer

How to take test.salesforce.com while deployment as salesforce login url for api connection logic app?

You are not passing the parameterValues, use ...READ MORE

Mar 9, 2022 in SalesForce by CoolCoder
• 4,400 points
587 views
0 votes
1 answer

Can we add public group to unmanaged/managed package?

Public groups and queues can't be packaged. ...READ MORE

Mar 9, 2022 in SalesForce by CoolCoder
• 4,400 points
470 views
0 votes
1 answer

Trigger to Count records in self relationship salesforce

You should only use triggers if you ...READ MORE

Mar 9, 2022 in SalesForce by CoolCoder
• 4,400 points
1,044 views
0 votes
1 answer

In Salesforce Whats the difference between Page Layouts and Visual force Pages?

A built-in standard mechanism for displaying information ...READ MORE

Mar 9, 2022 in SalesForce by CoolCoder
• 4,400 points
275 views
0 votes
1 answer

In Salesforce what is the difference between Page Layouts and Visual force Pages?

A built-in standard mechanism for displaying information ...READ MORE

Mar 9, 2022 in SalesForce by CoolCoder
• 4,400 points
602 views
0 votes
1 answer

Salesforce Lightning - Login Failure In Staging

https://test.salesforce.com versus https://login.salesforce.com. Even if you use ...READ MORE

Mar 9, 2022 in SalesForce by CoolCoder
• 4,400 points
554 views
0 votes
1 answer

Salesforce User object security hole

https://test.salesforce.com versus https://login.salesforce.com. Even if you use ...READ MORE

Mar 8, 2022 in SalesForce by CoolCoder
• 4,400 points

edited Jun 27, 2023 by Khan Sarfaraz 253 views
0 votes
1 answer

Apex Class and Apex Trigger is invisible in Salesforce Developer Console

You'll need to create a new developer ...READ MORE

Mar 8, 2022 in SalesForce by anonymous

edited Jun 19, 2023 by Khan Sarfaraz 2,177 views
0 votes
0 answers

Can we create new Search Layout in Lightning SalesForce?

I am working on the Search Layout, ...READ MORE

Mar 4, 2022 in SalesForce by surbhi
• 3,810 points
383 views
0 votes
0 answers

Can i create a sql table populated with Salesforce objects?

does Salesforce offer a way to obtain ...READ MORE

Mar 4, 2022 in SalesForce by surbhi
• 3,810 points
356 views
0 votes
0 answers

Local workstation way to access to Salesforce data

I'm having trouble answering a question. I'd ...READ MORE

Mar 4, 2022 in SalesForce by surbhi
• 3,810 points
238 views
0 votes
0 answers

Apex (Salesforce) read json from response and store it in a string variable

I am trying to hit a API ...READ MORE

Mar 4, 2022 in SalesForce by surbhi
• 3,810 points
1,087 views
0 votes
1 answer

Apex (Salesforce) read json from response and store it in a string variable

String jsonStr = '{ "oktaToken":"eyJraWQiOiIyNlN1NHFMNnVVZTVJX2M5X2Z3WmZvX09ON0dNUHRtQzlEeHFsTGplLS00IiwiYWxnIjoiUlMyNTYifQ.eyJ2ZXIiOjEsImp0aSI6IkFULlVINmdIOF9BcWJ" }'; Map<String, String> ...READ MORE

Mar 3, 2022 in SalesForce by CoolCoder
• 4,400 points

edited Jun 27, 2023 by Khan Sarfaraz 9,154 views
0 votes
1 answer

Mule Salesforce connector. Create Juntion Object using External IDs

This can be accomplished using external IDs. ...READ MORE

Mar 3, 2022 in SalesForce by CoolCoder
• 4,400 points
508 views
0 votes
1 answer

Salesforce picklist values not showing up in picklist

For both standard and custom objects, go ...READ MORE

Mar 3, 2022 in SalesForce by CoolCoder
• 4,400 points

edited Jun 19, 2023 by Khan Sarfaraz 15,493 views
0 votes
1 answer

How to Update RecordTypeId field in Lightning record form in salesforce?

A critical action that messes everything up ...READ MORE

Mar 3, 2022 in SalesForce by CoolCoder
• 4,400 points
2,931 views
0 votes
1 answer

How can we create salesforce developer account for salesforce essentials?

Developer.salesforce.com is where you can sign up ...READ MORE

Mar 3, 2022 in SalesForce by CoolCoder
• 4,400 points

edited Jun 19, 2023 by Khan Sarfaraz 391 views
0 votes
0 answers

Login into Salesforce android application using Trailhead account

I am beginner in salesforce. I am ...READ MORE

Mar 3, 2022 in SalesForce by surbhi
• 3,810 points
423 views
0 votes
1 answer

How can i use select * in SOQL query in Salesforce?

SOQL is not the same as SQL. ...READ MORE

Mar 3, 2022 in SalesForce by CoolCoder
• 4,400 points
2,090 views
0 votes
1 answer

Check string value in salesforce test class

Because the field objCase.standard_or_nonstandard_c is set to ...READ MORE

Mar 3, 2022 in SalesForce by CoolCoder
• 4,400 points
1,418 views
0 votes
1 answer

Salesforce Formula Text Value Based on Custom Field Picklist Value

You should update the fields using the ...READ MORE

Mar 2, 2022 in SalesForce by surbhi
• 3,810 points
5,706 views