Ask a Question
Ask Question Login
Corporate Training
  1. Community
  2. Dan Peters

Dan Peters

Community Learner
Share
51Questions
51Answers
82.3KViews on questions

Why sfdx is not recognized as an internal or external command?

If sfdx is not recognized as an internal or external command - After downloading and installing Salesforce CLI, Goto C:Program Filessfdx to verify it is installed. Open CMD as an administrator > type sfdx -v > Press Enter key.It will show the version installed

Salesforce

Answered May 22, 2024 · 11.3K Views Read answer →

Why does the If return number contain text?

You can use both IF and OR like the code below: If you use NY, New York, and NewYork, the IF logic will work on an OR basis. If the mentioned city has any one of the three texts, it will show true and return 1. Otherwise, you will get 0.

Salesforce

Answered Aug 30, 2023 · 861 Views Read answer →

What can be the cause of the error: System.SObjectException: SObject row was retrieved via SOQL without invoking the requested field?

You may get the error: SObject row was retrieved via SOQL without querying the requested field because your query does not contain the code asking for the related record, which is known as Installed_Product_c. The related record is an id of the specific record. But you need to include _r reference like…

Salesforce

Answered Aug 30, 2023 · 2.9K Views Read answer →

How do you select min date sql ?

I can see that the first SQL delivered the correct results because there is only one combination of grouping on the email address, but the second one has a grouping of four columns with 403 different combinations. I have used the ROW_NUMBER() function to assign a number to each row and group them by email address and…

SQL Server

Answered Aug 29, 2023 · 6.8K Views Read answer →

How is the error: SalesforceSalesforce entity_is_deleted caused?

As I have understood, the issue is appearing due to using DMLWrapper from the TDTM framework. You can add the to-be-deleted records before the delete function for the DMLWrapper to update because the actions are taking place at the end of the transaction, and before the update DMLWrapper, they are getting deleted.

Salesforce

Answered Aug 28, 2023 · 1.0K Views Read answer →

Why am I getting a syntax error: Field object. id does not exist. Check spelling while trying to create a button for an apex class with Javascript attached.

I think there is a problem in your code. Take an example for force apex execute, where the first parameter is the class name, but for you, it should be InvoiceAccounts_Button. Then, the second value is the method name, which for you should be createInvoiceAccounts. The third value is the arguments map; it should be…

Salesforce

Answered Aug 28, 2023 · 958 Views Read answer →

Export results from the Query editor which can be consumed by Excel?

First of all, the Developer Workbench can help you to build SOQL queries and save the results as CSV. Also, the Script opens a window with raw data present as a downloadable link in a CSV file and CSV format. Follow the steps if you can: 1. Choose the tab you need to export. 2. Now, press F12 and navigate to the…

Salesforce

Answered Aug 24, 2023 · 2.0K Views Read answer →

How can we display months in order wise in the dashboard?

If you want to display months in order, make group rows with whichever date field you need. When making the group by rows is complete, then apply the sort by calendar month option for a specific field. It may help you display the month's order-wise.

Salesforce

Answered Aug 23, 2023 · 1.0K Views Read answer →

What does the ‘one’ in the lightning structure url mean?

ne app means a reference to Salesforce1. This URL helps to load Lightning and Salesforce 1. But you can see different things based on the device you use. For example, you will see Salesforce Lightning on computers and Salesforce1 on tablets and phones.

Salesforce

Answered Aug 22, 2023 · 998 Views Read answer →

More members from the Salesforce community

Learners asking and answering questions on the same topics — follow their questions and join in.

Latest Salesforce Blogs

Guides, tips and career advice on Salesforce from JanBask experts.

Learn & Explore

Free tutorials and interview questions from industry experts — learn the skill, then get ready to prove it.