Skip to main content The new Salesforce certifications experience is live! Visit Trailhead Academy to explore your new certifications homepage.

Feed

Connect with fellow Trailblazers. Ask and answer questions to build your skills and network.

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

3 answers
  1. 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.

0/9000

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 

  

not able to find a list value

 

#Trailhead Challenges

1 answer
  1. 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

0/9000

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).Removing Lightning Page Assigments when limit exceededBecause of this we have reached a system limit and need to go through Medata API (see image below) Salesforce Assignment Error.pngWe 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?

6 answers
  1. 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. 

     

     

     

    Recently I encountered with same issue to delete 2000+ assignments and found the below quick solution 1.

     

     

0/9000

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. 

2 answers
  1. 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.  

0/9000
3 answers
  1. 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Ü 

0/9000

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.

2 answers
0/9000
1 answer
  1. 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

0/9000

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

1 answer
0/9000
Hi,

 

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

 

​​​​​​​Flows: What is the correct data type for Recipient ID in Send Custom Notification Action

 

 
37 answers
  1. 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.

0/9000

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 field 

Booking_Amount__c - Currency Field Formula Field is not working

 

Thank you, 

Tarun 

 

 

 

 

#Salesforce Developer  #Data Management  #Salesforce Admin  #Reports & Dashboards  #Formulas  #Analytics

1 answer
  1. Jul 26, 9:20 PM
    Try using ‘IF(OR(ISBLANK(Annual_Contract_Value_Products__c), Annual_Contract_Value_Products__c = 0), Booking_Amount__c, Annual_Contract_Value_Products__c)’ . When “Treat blank fields as zero” is enabled in a formula field, Salesforce automatically considers empty numeric fields as 0, but this affects only the result of math operations, not the behavior of ISBLANK()
0/9000