Feed
- Recent Activity
- Created Date
- Questions with an Accepted Answer
- Questions with No Accepted Answer
- Unanswered Questions
- Appexchage Apps
- Audience Studio
- Automation Studio
- B2B Commerce
- B2C Commerce
- Business Rules Engine
- Communications Cloud
- Consumer Goods Cloud
- Datorama
- Digital Engagement
- Education Cloud
- Education Data Architecture
- Einstein Analytics
- Einstein Bots
- Email Marketing
- Experience Cloud
- Financial Services Cloud
- High Velocity Sales
- Higher Education
- Integration
- Interaction Studio
- Journey Builder
- K-12 Architecture Kit
- Manufacturing Cloud
- Marketing Cloud
- Mobile Publisher
- MuleSoft
- MuleSoft API Manager
- MuleSoft Anypoint Code Builder
- MuleSoft Anypoint Platform
- MuleSoft Anypoint Studio
- MuleSoft CloudHub / RTF / On-Prem / PCE / Gateway
- MuleSoft Composer
- MuleSoft Connectors / SDK / DevKit
- MuleSoft DataWeave
- MuleSoft Design Center / API Designer
- MuleSoft Exchange
- MuleSoft For Agentforce
- MuleSoft For Flow: Integration
- MuleSoft Integrations
- MuleSoft Training & Certification
- Nonprofit
- Nonprofit Cloud
- Nonprofit Success Pack
- Outbound Funds Module
- Pardot B2b Marketing Automation
- Program Management Module
- Quip
- Revenue Cloud
- Sales Cloud
- Sales Cloud Einstein
- Salesforce CPQ & Billing
- Salesforce Developer
- Salesforce Field Service
- Salesforce Health Cloud
- Salesforce Maps
- Salesforce Platform
- Salesforce Surveys
- Service Cloud
- Service Cloud Einstein
- Service Cloud Voice
- Slack Basics
- Slack Certified
- Slack Community
- Slack Developers
- Slack Workflow Builder
- Tableau
- Automation
- AwesomeAdmins
- Data Management
- EducationHelp
- Formulas
- IdeaExchange
- New Releases
- NonprofitHelp
- Salesforce Developer
- SalesforceLive
- TrailblazerCommunityHelp
- TrailblazerDX
- Trailhead Challenges
- Trailhead Superbadges
- TrailheadGO
Filter
Challenge Not yet complete... here's what's wrong:
We can't find all of the expected emails were restored. Make sure you've identified all contacts affected by the data corruption event.
#Trailhead Challenges
Today, 8:46 AM Hi @Harshini Kadambala this challenge requires you to restore the correct email data corrupted by Marketing Integration User. To see the records you can query on ContactHistory object where data type is Email and Contact.LastModifiedBy Marketing Integration User, later you can restore the old email id to correct the data.
Hello all
We are exploring an idea of triggering 'Data action'(Feature in Data Cloud that works on CDC architecture) through apex change event trigger. Since we already have it for Sobject(platform feature), we want to extend apex trigger for Data Cloud objects as well. Have you seen this ask from customers or prospects or you have a need? Basically, trying to see the value of ideating this topic
Today, 8:23 AM
please help me to clear this error in customize a salesforce project regarding the topic how to create a salesforce validation rules
#Trailhead Challenges
I already turned on this setting:
But still got this error in Login History monitoring when I request token in Postman
Asking for help. Thanks
Today, 8:06 AM Hi, I'm also facing the same issue. Has anyone find the solution?
Hi All ,
I've a requirement where I need to log errors occuring inside omnistudio components like Integration procedure(IP). To log the errors , I've written an apex class as given below. The apex class will basically log all the errors occurring inside omnistudio components in a custom object called 'Error logger'.
I have an IP where there is an error which says 'Regex too long' . My requirement is to firstly read this error from the IP and log it inside the custom object. For doing this , I've created a remote action and configured the apex class inside it. I've passed all the required input params to this remote action .
I've configured this remote action step right after the step that's causing the regex error. The idea is , the error will firstly appear in the error block of the IP , below the debug log and then am reading this error message from 'Error' node and sending it to the class.
But am encountering an issue in this approach. The IP is not executing after the error causing step . so the remote action is not at all executing . To prevent this i tried unchecking 'fail on step error' checkbox in all the elements but its still the same.
Can someone kindly help me on this and let me know if the above requirement is feasible to acheive inside omnistudio components.
Apex class I wrote:
global with sharing class OmniStudioErrorLogger implements Callable {
/**
* This method is invoked through the System.Callable interface
* Typically from OmniStudio via a Remote Action in Integration Procedure
*/
global Object call(String action, Map<String, Object> args) {
if (action == 'logError') {
return logError(args);
}
return null;
}
/**
* Logs the error details into Error_Logger__c object
*/
private Object logError(Map<String, Object> args) {
try {
String errorMessage = (String)args.get('errorMessage');
String componentName = (String)args.get('componentName');
String stackTrace = (String)args.get('stackTrace'); // optional
Error_Logger__c logEntry = new Error_Logger__c(
Name = 'Error - ' + componentName + ' - ' + DateTime.now().format(),
Error_Message__c = errorMessage,
Component_Name__c = componentName,
Time_Logged__c = DateTime.now(),
Stack_Trace__c = stackTrace
);
insert logEntry;
return 'Error Logged Successfully';
} catch (Exception ex) {
// Optionally handle logging failure here
System.debug('Failed to log error: ' + ex.getMessage());
return 'Logging Failed: ' + ex.getMessage();
}
}
}
#Omnistudio #Apex
Step not yet complete in Data Cloud and Einstein AI
We can't find a Data Cloud Related List on the Contact object for the ExternalReservation object with a child relationship name of Reservations.
#Trailhead Challenges
Today, 7:50 AM Please refer to the below thread -
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000SYdAe0AL
Unable to find copy binding machine in the pick list.
Can you please help me with this
I connected with developer addition only.
Please help me with this .
Thanks in Advance
#Trailhead
Today, 7:35 AM Can you re-try by just typing "Copy" under Optional SKU field - you will get list of options. please choose Copy Binding Module from that