Skip to main content Take our 5-minute Community Survey. Open now through 4/11/2025. Click here to participate.

Feed

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

Hello Team,  

 

We have a requirement where we need to override the Home Page for Offline Application and show the Custom LWC to show some list of Records based on criteria and also support the component for offline access. 

We have already created a Breifcase for that object. 

Any code snippet of landing page json file would be appreciated 

Thanks 

@Irfan Syed @Adam Liechty @Amber Craig @Ashwin Nair

0/9000

Is it possible to create custom report type that links a DMO to a Salesforce object? 

When try to create one, there isn't an option to select a related object.  

Create custom report type with DLM to Salesforce object

 

 

 

 

 

#Data Cloud

2 answers
0/9000

I followed the steps and succeeded in creating the prompt, but the module claims there's an error. Not sure what else to do at this point. =\ 

 

#Trailhead Challenges

1 answer
  1. Today, 8:02 AM

    Hi @Jean Orellana

     

    I can see in the screenshot - you are in

    Sales Home Page

    Please Go to the

    9 dots and type Sales console and click on it. In the Sales console page you will see a Add button on the top right corner click on it and select single prompt then Docked Prompt, in the same page select custom theme color value as Dark

    . and follow the next steps in the challenge you will be able to complete this challenge. 

    Thanks!

0/9000

Hi, 

We are doing transition from Vlocity Insurance to FSC , so we wanted to know how we can create product in fsc that will leverage attribute and coverage .If anyone knows please share your thoughts /guidance. 

 

Thanks in Advance.

0/9000

The requirement is to automate the process of creating webinars on Microsoft Teams with the information from sales cloud through integration. I would need solutions which doesn't include third party application usage for integration.

3 answers
0/9000

In the maintenance challenge, I have the LWC written and deployed to a fresh org, which has the package installed, but when I run the challenge validation, I get this error message "We can’t find the expected data in the org. Please complete the prework."

 

#Trailhead Challenges

8 answers
  1. Sep 12, 2024, 6:06 PM

    Hi, @Cade McPartlin make sure if you used Playground for this Challenge. Not Dev Org.

     

    try to create new Playground and retake this Challenge on it. 

     

    To do this: 

    1. Login Trailhead Site 

    2. Open "Hands-On Orgs" 

    3. Click "Create Playground" 

     

    After waiting a few minutes, a new Playground will be created. 

     

    Sincerely, 

    Mykhailo Vdovychenko 

    Bringing Cloud Excellence with IBVCLOUD OÜ 

0/9000
3 answers
  1. Dec 13, 2023, 5:37 AM

    Hi @Golnaz Hgh

    You can configure this just as any other scheduled data load into Marketing Cloud:

    1. First, create a new file location in Marketing Cloud. Go to Administration > Data Management > File Locations, and select the Amazon Simple Storage Service dropdown for Location Type. https://help.salesforce.com/s/articleView?id=sf.mc_overview_set_up_amazon_s3_location.htm&type=5
    2. Next go to Contact Builder > Data Extensions and create a new Data Extension that will be used for storing your data.
    3. Then, go to Automation Studio and create a new Automation. Inside the automation configure an Import activity, for file location, you can use the AWS bucket you defined earlier and use your Data Extension as the target.
    4. Once you have the Automation configured, you can set it on a schedule. The same Automation can also be used as a Journey trigger if needed.

    Here’s a video describing the process in detail: https://youtu.be/QzdK3L-b11g

    Docu: https://help.salesforce.com/apex/HTViewHelpDoc?id=sf.mc_rn_april_2021_setup_aws_s3.htm&language=en_US

     

    Hope this helps

    Thankyou

    Saurabh

0/9000

お世話になっております。

ハンズオン Challengeについてわからないのでお聞きしたいです。

.NET の概念の Lightning プラットフォームへの対応付け | Salesforce Trailhead

 ====

このTrailheadの

取引先を返す Apex クラスを作成する

ユーザが指定した状態の Account オブジェクトのリストを返す Apex クラスを作成してください。

  • static メソッドを含む Apex クラスを作成します。
    • 名前: AccountUtils
    • メソッド名: accountsByState
    • メソッドは、メソッドに渡された州の略号が BillingState と一致するすべての Account オブジェクトの ID と名前を返す必要があります。

==== 

 

以下でChallengeを実行してもクリアになりません。原因は何でしょうか? 

エラー内容は「

「AccountUtils」での「accountsByState」メソッドの実行に失敗しました。メソッドに正しい名前が付いていること、public かつ static であること、文字列を受け入れ、Account オブジェクトのリストを返すことを確認してください。」です。

 

public class AccountUtils { 

    public static List<Account> accountsByState(String state) { 

        List<Account> accounts = [SELECT Id, Name FROM Account WHERE billingState = :state]; 

        return accounts; 

    } 

 

#Trailhead Challenges  #Apex

1 answer
0/9000

We were migrating the GenAIPlugins and GenAIFunctions from Dev to QA through changeset, but we are unable to view the deployed agent topic (GenAIPlugins) under Einstein Copilot. It shows as deployed successfully but we do not see the topic under "Add Topic from Asset library" in Agent builder. Am i missing something or the Agent topics has to be done manually only? 

1 answer
  1. Today, 7:46 AM

    Hi @Akshay Mense

    It 

    Try to deploy the entire agent with metadata, including the associated planner and associate the topic there. 

     

    Let me know if it is working for you 

     

    Thanks

0/9000