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'm having trouble with the playground / dev org / sandbox situation.
I currently have two accounts connected to my trailhead- one is a playground and the other is a free dev org.
Currently my profile says i'm logged into the first- which is a playground with a weird login that's my email + some weird animal name. The dev org is linked but i'm not logged in.
I'm confused because I thought the playgrounds were kind of mini sandboxes within a dev org...
And I thought a sandbox was just a playground but one with your dev org's data.
Someone please explain all this to me. Because when I download things for challenges I'm trying to make sure they're downloaded into my playgrounds for now and not into my free dev org account. It's kind of confusing because trailhead and my dev org are linked BUT they're apparently two different accounts?
#Trailhead
Ajaypreet Singh Saini (Grantbook) Forum Ambassador
Today, 12:18 AM @Liv Swarz Just want to inform that sandboxes are only available with Production orgs.
You can't use sandboxes with free developer orgs.
Don't get confused with the term sandbox in salesforce.
Unbale to find Value Proposition in the available list in the opportunity tab and if try to open a new opportunity its showing B2B opportunities
Ajaypreet Singh Saini (Grantbook) Forum Ambassador
Jul 26, 11:35 PM Hey @Mohammed Pasha, follow these steps:
Go to Setup > sales processes > Click in B2B Sales process (not edit, just click in the name) and you will see the selected values for the picklist
Also, make sure that the value 'value proposition' is available for the current opportunity record type
We have recently added some Lightning Page Assignments based on Record Type and Profile. However, when we created these, it seems as Salesforce exploded and we ended up with several thousand assignments (see first image below).Because of this we have reached a system limit and need to go through Medata API (see image below)
We have tried removing some lines of metadata, but the overall number is not changing. We have even tried copying / pasting the information we had from a clean sandbox, but the issue persists.
Does anyone have any idea on how we can delete these page assignments so that we can start from scratch again and unlock the limit?
Jul 26, 11:16 PM Recently I encountered with same issue to delete 2000+ assignments and found the below quick solution
1. Navigate to LPR remove assignment screen (Activation -> "App, Record Type, and Profile" tab -> Remove Assignments).
2. Open browser console and run the below script to select all assignments
var chks = document.getElementsByName('assignmentTableCheckbox');
for(var i=0;i<chks.length;i++) {
chks[i].click();
}
3. Click next and Save.
Is it possible to show a warning message during lead conversion if a field x which is also on Account object will get overriden from the field on lead object?
This is for scenarios where during lead conversion, a new account is not created and it already has a value in field x. Its fine to override it but just a warning message should be shown to the user.
The pop up should only show once.
Jul 26, 10:52 PM Thanks for responding, flow doesn't work unless I do a screen flow. The custom error message feature in flow prevents the transaction from completing which in this case is not desirable.
Jul 23, 4:46 PM Hi, @Ygor Sernada
Can you provide link for Challenge where you have this issue and screenshots with additional information about your question?
Sincerely,
Mykhailo Vdovychenko
Bringing Cloud Excellence with IBVCLOUD OÜ
I register for Business Analyst certification for Wed May 24th, but I haven't received the confirmation email and when I click on "email me my schedule exam" I don't receive any email too.
May 17, 2023, 7:10 PM Hi, please log a case with Trailhead Support via: https://trailhead.salesforce.com/help for further assistance. Thanks!
Eric Burté (DEVOTEAM) Forum Ambassador
Jul 26, 10:11 PM Hello @Rishi Namdev
please give some details. Mention the unit/module you are taking, the configuration you have done so far in this module, and explain or provide screenshots from the issue that you face).
Eric
In our Dev Hub org, I created a Second-Generation Package (Package-1) that contains a custom objects and several Apex classes. Now, I’m working on creating a second package (Package-2) that includes templates, function, flow, Class, Cutom fields for our agent interface.
As part of this process, I retrieved all the necessary Agent Components from the Dev Hub org and tested them successfully in a scratch org. These components reference custom fields from the Custom object, which is part of Package-1.
However, I did not include the metadata for the custom objects in Package-2. As a result, I’m encountering the following errors when attempting to create the package:
Error (MultipleErrorsError): Multiple errors occurred:
(1) Deal_Recommendation_Interaction__c.Deal__c: referenceTo value of 'Pipeline__c' does not resolve to a valid sObject type
(2) Deal_Recommendation_Interaction__c.Recommended_Deal__c: referenceTo value of 'Pipeline__c' does not resolve to a valid sObject type
(3) Pipeline__c.EBITDA_New__c: Entity 'Pipeline__c' not found.
(4) Pipeline__c.EBITDA_text__c: Entity 'Pipeline__c' not found.
(5) Pipeline__c.Est_Multiple_High_x__c: Entity 'Pipeline__c' not found.
Could you please advise on how to create the package?
Thank you for your support.
#Salesforce Developer #Generation Managed Package #Appexchange Packages #Second Generation Packages
Jul 26, 9:35 PM As you didn’t shared your ‘sfdx-project.json’ file, providing the following with few assumptions: check whether the ‘packageDirectories’ definition of 2nd package has 1st package added as ‘dependencies’. Reference: https://developer.salesforce.com/docs/atlas.en-us.pkg2_dev.meta/pkg2_dev/sfdx_dev2gp_config_file.htm
I am trying to create an Autolaunched Flow that sends out Custom Notifications. I am struggling with defining the correct Recipient ID. Assuming a User ID is required, I assigned my own User ID to a variable and entered that in the respective field of the Flow Action.
However, I am receiving the error message: "The data type of the resource you entered isn't compatible."
As I cannot find any proper documentation on this, is there anybody who can help me solve this, i.e. tell me what data type is needed here?
Thanks!
Stefan
​​​​​​​
Jul 9, 2019, 4:04 PM Hi ,
Found this topic while looking for CustomNotificationType
It's possible to use new flow builder intead of cloud flow designer. Dont think it's a bug. Recipient IDs field expects a list of Id's. You can create a variable with datatype text and checkbox "Allow multiple values (collection)".
With Assign you can add recipients (user id's) to it. In the Recipient Ids field refer the variable.