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). ...
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 ...
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 ...
I am unable to complete this Trailhead Module: Get Hands-On with an Iterable Variable in For Loops, because I keep getting this error message:
The constructor MyIterable should accept parameter of ...
I am new to learning lightning web component. I have installed VS Code, the salesforce extension pack inside VS code, Salesforce CLI
I am trying to complete the Quick Start: Lightning Web Components ...
I have written inline Vf page to update the record value. The values are coming from a web service. While updating the record the detail page redirected to VF page. But the record was committed in the ...
Is there a DML or other way to delete all records from the developer console? For example, we have 100K Leads in our testing environment and we would like to delete all of them in one operation.
Is ...
in VS code, while trying to deploy source to org, getting a weird error below:
Component conversion failed: This directory does not contain a valid Salesforce DX project.
But I do have sfdx-project....
the soql in the following code is failing.
The error message is: "Compile failure on line 6, column 5: Unexpected token '<'."
Map<Id, String> profileIds = new Map<Id, String>();
...