Salesforce Stack Exchange Community Digest

Top new questions this week:

Identifying Primary Keys of Data Views?

My goal is to extract each Data View to our warehouse with a rolling window (e.g, each day extract last 7 days of data using EventDate or similar fields, or just full refresh depending on the View). ...

marketing-cloud automationstudio data-views  
user avatar asked by Aaron Score of 1

Can we detect that LWC is opened from Salesforce Mobile App

I have a LWC which can be used in Lightning App from browser on desktop and in Salesforce Mobile app from iPad, And I want to dynamically show different elements in both scenarios. Is there a way to ...

lightning-web-components mobile form-factor  
user avatar asked by Vitalii Dehnerys Score of 1

How to avoid browser refresh on click of an action on hybrid cpq cart?

In Hybrid CPQ cart, we are using cpq-headers vlocity card to display various action available on the cart. On click of one of the button, I need an omniscript to execute, and need to open the ...

cpq omnistudio vlocity  
user avatar asked by prabanch nath Score of 1

Null pointer exception despite use of null safe operator

This code: String a = null; if (a?.startswith('0') && ('a' == 'a')) { System.debug('t'); } else { System.debug('f'); } produces: System.NullPointerException: Attempt to de-reference a ...

apex null-pointer  
user avatar asked by Sander de Jong Score of 1
user avatar answered by Nick C Score of 3

Greatest hits from previous weeks:

Your request cannot be processed at this time. The site administrator has been alerted

I get this error every time I try to create a new user for community. Why? Your request cannot be processed at this time. The site administrator has been alerted I have selected allow external user ...

community  
user avatar asked by Piyush Kalra Score of 5
user avatar answered by Shawn Sabbini Score of 7

Is it possible to run a SOQL Query and get a Map returned?

It is possible to run query and the results inserted into an Apex list: List<Opportunity> opportunities = [SELECT Opportunity.OwnerId, Opportunity....

apex soql map  
user avatar asked by dublintech Score of 130
user avatar answered by Sergej Utko Score of 196

SFDX: Authorize an Org failed to run in VSCODE

SFDX: Authorize an Org failed to run in VS Code: I am tring to authorize an org on visual studio code but when I am trying authorize it, I am getting the below error. SFDX: Authorize an Org failed to ...

salesforcedx vs-code visualstudiocode  
user avatar asked by Manish Kumar Gurjar Score of 3

Issue while authorizing an org : Kill the process running on port 1717

Currently I am unable to authorize an org due to the below error. Kill the process running on port 1717 or use a custom connected app and update OauthLocalPort in the sfdx-project.json file. I have ...

salesforcedx-cli visualstudiocode  
user avatar asked by Ana Score of 6
user avatar answered by Max Goldfarb Score of 7

Export Results from Developer Console - Query Editor?

I'm a huge fan of the Query Editor in the SFDC Developer Console: Is there a way to export the table of results as JSON/csv/excel or in some format that can be consumed by Excel? (I know that I can ...

developer-console  
user avatar asked by Benj Score of 45
user avatar answered by Jeremy Nottingham Score of 33

Retrieve API names of All object in Salesforce ORG using SOQL

How to write SOQL query to retrieve all the object Name and API names of Sobject in Salesforce

soql describesobject  
user avatar asked by Krishna Chaitanya Score of 12
user avatar answered by oleg Score of 30

Why does SFDC mean Salesforce?

I am curious to know why SFDC has come to be associated with Salesforce.

naming-convention  
user avatar asked by Bartley Score of 15
user avatar answered by Amit Bangad Score of 36
You're receiving this message because you subscribed to the Salesforce community digest.
Unsubscribe from this community digest       Edit email settings       Leave feedback       Privacy
Stack Overflow

Stack Overflow, 14 Wall Street, 20th Floor, New York, NY 10005

<3