Quantcast
Channel: Salesforce Online Training
Browsing latest articles
Browse All 75 View Live

How to Email Salesforce Reports as Excel?

Question How to Send Scheduled Reports as Excel Attachments Instead of Embedding Them in Emails in Salesforce? Salesforce scheduled reports embed the report content directly in the email, which makes...

View Article


How to Fix “Maximum Stack Depth” Error?

Question The “Maximum stack depth has been reached” error often occurs in Salesforce when there is an excessive chain of asynchronous operations, such as Queueable or Future calls, leading to a...

View Article


How to Automate Contact Deletion in Marketing Cloud?

Question With the GDPR laws in place, it is important to ensure that contacts can be removed from Marketing Cloud. I am currently trying to automate the process of contact deletion using existing...

View Article

How to Handle Bulk REST API Callouts?

Question What is the best approach to manage existing REST API callouts in Salesforce when processing bulk records, particularly if the external system lacks support for bulk operations? Answer...

View Article

Why Does AppSwitcher Deployment Fail in Production?

Question I’m attempting to deploy a bundle to Production from my final staging environment, which is a partial sandbox. The deployment works fine in the partial sandbox but fails in Production with...

View Article


Add Dynamic CC in Salesforce Flow?

Question How can I dynamically add a CC recipient address list in Salesforce Flow? Answer To dynamically add CC recipients in Salesforce Flow while sending emails, you can use a combination of Email...

View Article

How to Fix MyIterable Constructor Error?

Question “The constructor MyIterable should accept parameter of type List<String>.” I am unable to complete the “Get Hands-On with an Iterable Variable in For Loops” Trailhead module because I...

View Article

What Is a GACK in Salesforce Error Logs?

Question I’ve been working with Salesforce Support to address an internal server error linked to a GACK code (2134764861-123797 (1611479512)). After weeks of back-and-forth, I was informed that...

View Article


How to Add CC Recipients Dynamically?

Question In Salesforce Flow, adding CC recipients dynamically can be achieved using email alerts and flow configurations. Here’s how you can implement this: How Can We Dynamically Add Recipients to an...

View Article


How to Call Salesforce REST API in Lightning?

Question When trying to call Salesforce REST API endpoints, such as /services/data/v32.0/analytics/reports, from a Lightning Component, you may encounter issues with Content Security Policy (CSP)....

View Article
Browsing latest articles
Browse All 75 View Live