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
Today, 3:13 AM I don't think its possible. You can try logging a case and see if they can do anything.
Today, 3:07 AM Thank you for your prompt response, I did disconnect other playgrounds, still did not get the email to reset the password.
Module: Import Data
Tried different playgrounds and laptop but it didn't worked. Please see the screenshot.
#Trailhead Challenges
What are the steps needed to copy ldsUtils folder and include it in the force-app/main/default/lwc directory in the project?
#Trailhead Challenges
Module: Add Business Logic
Step not yet complete in Challenge 2
We couldn't find the 'Space_Station__c' custom object.
#Trailhead Challenges
I have an orchestrated approval with three approvers. The approval process itself is working correctly now. I'm trying to add information in the screen flow used to gather info from the approvers. I've successfully added input variables to the screen flow, but no changes that I make to the screen in the screen flow appear to the approvers. What is going on here?
I've deleted the older versions of the screen flow. I've deleted the older versions of the orchestration flow. It looks like what is being shown is maybe the original version of the screen from the template. How would I change this?
Today, 2:34 AM Hi Bruce,
Are you still having problems with this? I have been working on an orchestrated approval process for the past couple of weeks. I just tried adding display text on my approval screen that shows the values of a couple of Case fields that I pass into it. Can you provide a couple of screenshots?
I've checked the URL; the prompt is active and saved correctly. I've also refreshed and recreated the prompt, but the issue persists. I have checked each step twice, can someone guide me on what I might be doing wrong?
Below I show you the error message:
No encontramos la URL del botón de acción establecida en "https://help.salesforce.com/s/articleView?id=sf.console_lex_feature_parity.htm&type=5" en la ventana "Customize Navigation in Console (Personalizar la navegación en la consola)".
I am creating our first flow approval process. The approval process is on the Case object. In the orchestration flow, I have two stages; one to get the approval group from custom metadata and to set the Case status to "Submitted for Approval". The second stage has the screen flow (I used the template). In that same flow, I have a step to update the Case status and a step to send an email based on the approval decision. This works great if the screen is used to approve/reject the case approval.
When I approve from the default email sent, the Approval Work Item record gets updated appropriately, but the Case status is not updated and the email is not sent. I tried moving the Case update/email send to a separate flow and put that in a new stage in the orchestration flow. This time when I approved by email, it did enter my new flow, but the approval decision was blank. The approval decision is marked as input/output in the orchestration, as output in the screen approval flow, and as input in the last flow to update the status/send email.
Has anybody used a flow approval process that allowed approval by email and had actions to perform based on the approval decision? Is there other setup that needs to be done? If the screen isn't used (i.e. approval done by email), does the Stage with the approval screen complete?
Today, 2:06 AM @Abhishek R Hi, I figured it out. I didn't have the default value of the approvalDecision variable set to the output from the stage with the approval screen. Once I set the default value, the approvalDecision had a value when passed into the flow in the next stage. With all this, it is clear that subsequent actions (like updating the case status) need to be in a separate stage from the approval screen. When they were in the same stage, the update records did not run if the approval was done via email (it ran if the approval was done using the work guide).