Skip to main content Salesforce and Tableau exam registrations are now closed through July 21st. Learn more about the new Salesforce certification experience coming soon.

Feed

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

Email: Action Required: Update to Salesforce Marketing Cloud Custom Image Domains 

 

I have just been reading through the above email update sent by Salesforce. 

 

Has anyone completed this change? Is this just updating the

target in the existing CNAME record with the new target link that they provide in the New CNAME

box? 

 

Did anyone experience any issues?  

 

Any guidance greatly appreciated. 

 

Thank you!  

Custom Image links CNAME record update question.

 

 

 

 

 

#Marketing Cloud  #CNAME Record  #MC SAP

0/9000

Hi there -  

 

My team want to be able to report on 'new business' in totality - to be specific, that is:  

 

  • Leads created + opportunities created not from converted leads

I am trying to do this by creating a single joined report as I want to avoid having to pull data from two reports and combine it off-system. 

 

Am I going to be able to do this through a joined report? 

 

So far I am struggling; I would welcome any tips!

 

 

#Reports & Dashboards  #Leads  #Opportunities

3 answers
  1. Today, 8:43 AM

    Thank you for that. 

     

    So I would need to find a way to filter out any opportunity with an ID that matches the field convertedopportunityID to leave only those opportunities not converted from a lead?

0/9000
2 answers
  1. Today, 8:38 AM

    Hi @sirivarshini Addaguduru

     

    If the pre-work is done. Then couple of possibilities are that the System.debug may have an additional space or another random character not printing the log exactly how it is suppose to.    

     

     You can try out the following code in the Execute Anonymous Window ::

     

    List<List<sObject>> searchList = [FIND 'Mission Control' IN ALL FIELDS RETURNING Contact(FirstName, LastName, Phone, Email, Description)];

     

    Contact[] searchContacts = (Contact[])searchList[0];  

    System.debug('Found the following contacts:');  

    for (Contact c : searchContacts) {

    System.debug(c.LastName + ', ' + c.FirstName);

    }

     

    And then try to check for the outcome.

     

    If it still doesn't work, then it might be possible that you have launched multiple orgs, and you are checking the outcome in a different org. 

    Thanks!

0/9000
10 answers
  1. Today, 8:12 AM

    @Animesh Upadhyay

      

    This is a known issue, so in such cases (if it relates to one of the Challenges), if the problem persists, you can simply create a new Playground and complete the Challenge again.  

     

    Useful links:

     

    Sincerely, 

    Mykhailo Vdovychenko 

    Bringing Cloud Excellence with IBVCLOUD OÜ 

0/9000
1 answer
  1. Today, 8:35 AM

    Hi @Ramaraju Bodda - Kindly check whether the lookup is filtered with some other condition and technology is not matching that. Also check whether data is there in specified object

0/9000

I am pulling a report from salesforce and i need to add a column with a link to each record in the report. I am using this formula   HYPERLINK(

    "https://bdx.lightning.force.com/"

    & Sales_Coaching__c.Ext_SalesCoachingID__c, CUST_NAME

    )    but it is not working. it wont display a clickable link to the record it just displays:     _HL_ENCODED_https://bdx.lightning.force.com/_HL_Coach013625_HL__blank_HL_    please provide a detailed solution for this. I do not have permission to create a field so it has to be done within the report itself.  

 

@Reports & Dashboards 

3 answers
  1. Today, 8:30 AM

    Hi @Kayla Mcgregor,

    Apologies for the inconvenience caused by the previous reply. 

     The issue with the syntax was due to placing the height and width values within double quotes. To correct it, you can simply remove the quotes from those parameters.

    For further clarification, you can refer to the official Salesforce documentation here: 

     

    https://help.salesforce.com/s/articleView?id=platform.customize_functions_hyperlink.htm&type=5

    Let me know if you need any additional help!

0/9000

We need to tidy up a BU that is very full of old elements accumulated over time and eliminate what is no longer needed among Data extensions, Automations, Activities, etc. The documentation is not very clear on the best way to proceed. If I start moving the elements listed above from one folder to another if they are still in use on MC, do I risk interruptions of active services? How would you proceed in the best way?

4 answers
  1. Nobuyuki Watanabe (NAC / FPT Japan Holdings Group) Forum Ambassador
    Jul 8, 10:18 PM

    Moving a piece of content between folders has absolutely no impact, even if the content is currently active.

0/9000