Skip to main content

#Data36032 diskutieren mit

Good afternoon everyone, how are you doing?

I'd like some help with a Marketing Cloud Next configuration issue. When we started the initial setup process, we encountered the following error under Basic Settings. 

 

We can't move forward to the rest of the configurations because it says we haven't enabled Marketing Cloud, but as you can see, everything is already enabled. It's been over an hour since we did this and still nothing. Does anyone know what might be causing this? 

 

One quick note: we initially enabled Data Cloud and then moved on to the Basic Settings to continue the process, and that's where we hit this roadblock. 

 

Thanks! 

Setup Marketing Cloud Next

 

 

assistentSetup.png

 

 

#Trailhead  #Salesforce Developer  #Salesforce Admin  #TrailblazerCommunity  #Marketing Cloud  #Data Cloud  #Data360

1 Antwort
0/9000

A winning performance needs proper form.

 

A winning performance needs proper form. 🏆

 

Just ask Data 360 Developer bootcamp instructor Ram Elangovan, whose biggest piece of advice for students is to master the art of micro-learning with these three habits:

 

➡️  Learn “Just in Time,” Not “Just in Case”: Focus on the exact mechanism or logic you need to solve what’s in front of you.

➡️ Consider the Big Picture: Focus on your current task, but stay curious enough to notice where it connects to broader system architecture.

➡️ Stack Micro-Wins: Take baby steps to keep burnout at bay and turn a massive learning curve into a series of quick, satisfying victories.

 

Ram will be teaching students how to design Data 360 solutions that unify and harmonize data to power AI initiatives. Join him on September 12-14 and achieve your personal best. 📈

 

Go for gold: https://sfdc.co/DF26TrailblazerBootcamp 

 

#TrailblazerTrackMeets

 

@* Trailhead Official * @* Trailhead Academy * @Trailblazer Community Cove @* Salesforce Developers * #Salesforce #Certifications #Trailhead #TrailblazerCommunity #Salesforce Developer #Data360

1 Kommentar
0/9000

Hello Trailblazers! 👋 

 

I’m Venkat Yadav, a Salesforce trainer with 10+ years of industry experience and 14 Salesforce certifications. 

 

I’m passionate about sharing practical Salesforce knowledge and helping professionals learn Salesforce Administration, Development, LWC, Agentforce, and Data 360. 

 

Through this community, I look forward to: 

 

  • Sharing practical examples and learning resources
  • Answering technical questions
  • Learning from other Trailblazers
  • Supporting beginners and career changers
  •  Contributing to the Salesforce community

 

I’m planning to share my first technical post soon. Which topic would you prefer? 

 

  • Agentforce custom action using Flow
  • Agentforce custom action using Apex
  • Agent Script basics
  • Data Cloud fundamentals

 

Please share your choice in the comments. I’m excited to learn, contribute, and grow together with the Trailblazer Community! 💙 

 

#Salesforce #TrailblazerCommunity #Agentforce #Data360

1 Kommentar
0/9000

You’ve warmed up; now it’s time to pick up the pace.

 

You’ve warmed up; now it’s time to pick up the pace. 🏃

 

Join instructor Simon Connock for the Data 360 Specialist bootcamp on September 12-14 and learn how to configure Data 360 by exploring key capabilities and use cases. ⚙️

 

Get moving: https://sfdc.co/DF26TrailblazerBootcamp

 

#TrailblazerTrackMeets

 

@* Trailhead Official * @* Trailhead Academy * @Trailblazer Community Cove @* Salesforce Developers * #Salesforce #Certifications #Trailhead #TrailblazerCommunity #Salesforce Developer #Data360

0/9000

 I am working on a poc where the agent should respond to a natural prompt like: "Give me the forecast for the next 3 months of orders."

 

 And the expected output would look something like this (generic example):  

Forecast Summary (Next 3 Months) 

Month 1 → $XXM 

Product A ($XM) 

Product B ($XM) 

Product C ($XM) 

 

Month 2 → $XXM 

Product D ($XM) 

Product E ($XM) 

Product F ($XM) 

 

Month 3 → $XXM 

Product G ($XM) 

Product H ($XM) 

Product I ($XM) 

 

Insights 

Revenue trend across months 

Top contributing products 

Inventory planning recommendations 

 

 I’ve already set up

OrderItem ,Order and Product data streams in Data Cloud

, created relationships. 

 

👉 Has anyone implemented this kind of

forecasting pipeline? Any guidance, best practices, or Salesforce documentation links would be very helpful. 

 

#Agentforce  #Data Cloud  #Data360

1 Antwort
  1. Gestern 13:42

    Hi @Sourabh Dondekar

     

    Here are my few cents: 

    - Don't try to make the agent "calculate" the forecast in real time. Build a Calculated Insight (or a data transform feeding a DMO) in Data Cloud that pre-computes monthly forecast numbers by product — trend/moving-average logic. 

    - If there is a dire need, better to create a predictive model in Data Cloud (see this for how part:

    https://www.salesforceben.com/how-to-approach-predictive-ai-in-salesforce-data-cloud-key-steps-and-considerations/

    ). 

     

    Reasons for above:  

    -

    Token limits — 3 months of OrderItem-level data across products will blow past what you can stuff into a single prompt/action response, especially at scale. 

    - Reliability — LLMs are decent at spotting a rough directional trend from a summarized table, but bad at actual numeric extrapolation. Ask it to "predict Q on the fly" and you'll get plausible-sounding numbers, not accurate ones — risky for anything decision-driving. 

    - Consistency

    — same prompt twice can give you two different forecasts. Not great when a sales/ops person questions the number.  

     

    Best middle approach:  pre-aggregate the data  via a Data Cloud CI/transform, then hand

    that summarized table to the LLM and ask it to interpret trends.

0/9000

As we race toward Dreamforce Trailblazer Bootcamp on September 12-14, lace up every Tuesday, Wednesday, and Thursday for , where we’re sharing details about each of our bootcamp tracks and the instruc

 

As we race toward Dreamforce Trailblazer Bootcamp on September 12-14, lace up every Tuesday, Wednesday, and Thursday for #TrailblazerTrackMeets, where we’re sharing details about each of our bootcamp tracks and the instructors teaching them! 👟

 

We’re off to a running start with the Agentforce Service Specialist track, where instructor Alok Agarwal will guide students through building, customizing, and deploying AI-powered service agents from scratch. Don’t get left in the dust! 💨

 

On your marks, get set… register: https://sfdc.co/DF26TrailblazerBootcamp

 

@* Trailhead Official * @* Trailhead Academy * @Trailblazer Community Cove @* Salesforce Developers * @* Salesforce Administrators * #Salesforce #Certifications #Trailhead #TrailblazerCommunity #Salesforce Developer #Salesforce Admin #AwesomeAdmins #Agentforce 

0/9000

Hi Trailblazer Community,

I am trying to complete the badge "This Badge Requires a New Custom Predictive Models in Model Builder Playground", but I'm unable to proceed because the playground creation is failing.

I am receiving the following errors:

And when I click Create Playground, I get:

What I have already tried:

  • Refreshed the page
  • Logged out and logged back in
  • Tried a different browser
  • Cleared browser cache
  • Waited and retried

 

Unable to Create Predictive Models in Model Builder Playground

 

 

Unfortunately, the issue still persists.

Has anyone else experienced this problem recently? Is there any workaround, or is this a known issue that requires a fix from the Trailhead team?

Any help would be appreciated. 

 

Thank you! 

 

#Trailhead Challenges  #Trailhead  #Data360  #Data Cloud  #TrailblazerCommunity

13 Antworten
0/9000

 Hi Trailblazer Community, 

I’m working on the Trailhead project “Enhance Agentforce to Act on Data with Conversational Language.” 

I’m trying to open the Create Check-in Guest Event Flow from Setup → Flows, but Flow Builder shows this error: 

 

The Flow is available and shows 

Draft – Version 1

. I’ve also tried refreshing and reopening it, but the issue persists. 

  

Has anyone faced this issue or knows how to resolve it without recreating the Flow?

 

https://trailhead.salesforce.com/content/learn/projects/connect-data-cloud-to-copilot-and-prompt-builder/enhance-copilot-to-act-on-data-with-conversational-language

Unable to Open “Create Check-in Guest Event” Flow – Error ID -1608130020

  

Thanks! 

  

#Data360  #Trailhead Challenges

 

 

#Trailhead

3 Antworten
  1. 21. Aug., 16:37

    Hey Seenu, 

     

    Good point, thanks for adding that. If Trailhead is showing a platform-side banner about active playground/assessment issues, that would explain why the troubleshooting steps above haven't resolved it for some people, it may just be a temporary backend issue on Trailhead's side rather than something fixable client-side. Worth keeping an eye on that banner and retrying once it clears.

0/9000

My team is currently pulling report data available from the Marketing Cloud Engagement data views, based on the documentation list, but we haven't found any documentation on whether the same report is also available in Marketing Cloud Next? 

 

For the reference: 

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

 

 

Thank you 

 

#Marketing Cloud  #Data360

0/9000

Hi Trailblazer Community, 

 

I'm trying to start the badge Marketing Cloud Next Email Sending Essentials under the Data 360: Develop and Build Solutions trail, but I'm unable to create the required playground org.

Whenever I click on Create Playground, I get the following error message:

Error creating playground for Marketing Cloud Next Email Sending Essentials badge

 

 

I tried refreshing and waiting, but the issue persists. Has anyone else encountered this problem or found a fix? 

 

Thanks for your help!  

 

#Trailhead  #Trailhead Challenges  #Data360  #Marketing Cloud  #Trailhead Playground  #Trailhead Playground Management

5 Antworten
  1. 17. Aug., 02:10

    Hi @Santosh Gund

     

     

    I opened a case and received the following response. I think the only option is to wait until the matter is resolved. 

     

    Please be informed that the team is working internally to add more capacity to spin up the orgs related to orgfarm orgs related to the Trailhead. 

0/9000