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
I completed the MCD Level 1 certification exam on March 5th, and immediately received a "Fail" result with 0% in all subject areas. I find this result hard to believe, and I would like to know what specific areas I need to improve on. It has now been five days, and I have yet to receive any feedback or insights into my performance. Could you please provide me with more detailed feedback and a timeline for when I can expect a response? I would also appreciate any guidance on what steps I can take to ensure a more accurate result on my next attempt.
Today, 6:21 PM That's horrible! There exam results doesn't tell how many questions you had wrong instead they break down by sections with percentage. It is hard to make sense out of there results. I never seen any exams like that.
Hi there! My organization is using 'priority' and 'task type' fields to pull reports on staff activities. We've asked our staff to set those fields when they log calls. However when they log emails from Outlook (which turn into tasks once entered into Salesforce), there's no option to set 'priority' or 'task type' from the Outlook pane. They have to log the email from Outlook, then go into Salesforce, find the email, and set the priority and type. Our implementation consultant mentioned that we could use Outlook integration to log tasks instead of emails so those fields would be available in the Outlook pane, but I can't find any documentation on that. Can anyone help me out?
I am trying to build a generic way to allow Flows to by-pass validation rules by adding the Flow running user to a Permission Set at the beginning of the Flow, and then removing them after all of the record fields are updated. I built a subflow following this article Automate This! — Automatically Assign and Remove a Permission Set - Salesforce Admins
and launch it at the beginning of the Flow. This isn't working and I'm getting the following DML error: "MIXED_DML_OPERATION: DML operation on setup object is not permitted after you have updated a non-setup object (or vice versa): PermissionSetAssignment, original object: Opportunity."
Is there a way to get around this and use this sub-flow to add the User to the Permission Set? I tried having the sub-Flow run first and the record updates run asynchronously and that didn't work either.
Today, 4:27 PM @Peter Martensen - Have a look at the solution outlined by @Parker Edelmann
.
https://admin.salesforce.com/blog/2022/how-i-solved-it-bypass-validation-rules-in-flowsCheers!
Hi,
We have a formula field below. I am just wondering why it's not working.
IF(ISBLANK(Annual_Contract_Value_Products__c), Booking_Amount__c, Annual_Contract_Value_Products__c)
Treat Blank Field as Zero is checked.
Annual_Contract_Value_Products__c -
Summary fieldBooking_Amount__c - Currency Field
Thank you,
Tarun
#Salesforce Developer #Data Management #Salesforce Admin #Reports & Dashboards #Formulas #Analytics
Hello! I have an escalation rule that I want to fire if it's been in the "assigned" status too long. I have the rule set to fire after 30 mins based on last modification time. I have it set up this way bc I have a flow round robin that moves the case from the queue to a team member while also updating the status to assigned.
Theoretically if the case sits here in the assigned status under its new owner for 30 mins it would escalate and be returned the the queue. It's not happening. The rule is active. My cases meet the criteria after update. Is it my formula? Or do escalation rules not work once they're pulled out of a queue? What am I missing. I feel like it should be easier than this. Have I been staring at this so long I overlooked something simple?
Internal Asset Product is a lookup field on the IAR record. How do I show the name of the product and not the record ID?
Today, 5:57 PM the API name of the field should be something like that:
Internal_Asset_Product__r.Name
For example, I'd like a related list on an Account that shows all of the Contacts. And I'd like to be able to expand any row in that list to see all of the Tasks that have been logged under that contact.
UNEXPANDED
〉Contact1Name | Title | Phone#
〉Contact2Name | Title | Phone#
EXPAND A ROW
⌄ Contact1Name | Title | Phone#
Task1Subject | DueDate | Assignee
Task2Subject | DueDate | Assignee
〉Contact2Name | Title | Phone#