Skip to main content A new Salesforce certification experience is coming July 21st. Discover how exams will be delivered in Pearson VUE, what it means for you, and ways to prepare. Learn more.

Feed

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

Hi Trailblazer , 

When we are hitting Api by batch getting getting 404 response .Same Api when hitting by continuation call by LWC Executing fine and getting 200 Success response. In both Url are same . Could any body Idea about this Please help asap.

1 answer
  1. Divya Chauhan (Kcloud Technologies) Forum Ambassador
    Today, 5:50 AM

    Hello @bimlesh Kumar

     

    1. Ensure batch URL matches LWCc exactly (protocol, domain, and path). A 404 means endpoint not found. 

    2 . Confirm setup and accessibility in batch context (system context may lack permissions). 

    3. Batch jobs lack a user session. Ensure valid/credentials are sent, unlike LWC user context. 

    4. Log URL and headers in batch to compare with LWC. 

    5. Use Postman to test the API with batch headers params.

0/9000

 I'm encountering the same error described in this issue. In the Become an Agentblazer Innovator --> Customize a Service Agent with Prompts, Flows, and Actions --> Get Agent-Ready

exercise, I'm unable to switch from the Standard to the Custom Model. Every time I try, it reverts back to the Standard Model. 

 

It looks like others have faced this as well. Is there a known solution? If creating a new org is the only fix, how can I unlink the current org from the Trailhead module? 

 

#Trailhead Challenges  #Prompt Builder

2 answers
0/9000

I have a field in opportunity products section named monthly fee (which can be in USD, EUR, NZD, AUD, etc.) and there is other field named monthly fee converted (this has to be in GBP). 

 

How to convert the amount into GBP? It it possible to convert it directly based on conversion rates mentioned in currency setup?  

 

#Trailhead Challenges  #Trailhead  #Salesforce Admin

3 answers
  1. Today, 5:47 AM

    I want the highlighted currency to be GBP. Monthly_Fee__c*CurrencyRate when i tried using this formula i can't find CurrencyRate. Is there any possible way to achieve this?  

    I want the highlighted currency to be GBP. Monthly_Fee__c*CurrencyRate when i tried using this formula i can't find CurrencyRate. Is there any possible way to achieve this?

     

     

0/9000
1 answer
  1. Today, 5:44 AM

    @諒介 塙 さん 

     

    プレイグランドの言語設定を英語に変えてみてください。またプレイグランドだけでなくて、チャレンジしているページの言語設定も併せて英語に変更してみてください。

0/9000

Hello everyone!

I am about to schedule my Platform Developer I exam and I would like to feel more confident by attending some webinars-and, of course, get a voucher to save some money.

Do you know when the last Salesforce Days event took place? Will there be another one soon?

Also, the page "404 | Salesforce Trailhead" is inaccessible due to a 404 error. Is there any alternative link or resource to get information about upcoming Salesforce Days or vouchers?

Thank you in advance for your help! 

 

#Certifications  #Voucher Coupon  #Exams

1 answer
0/9000

I don't know why but I have this error during the Build a Reusable UI Component with Lightning Web Components lesson. I tried to use Claude.ai

to solve the problem, but im not getting any answers. Can maybe someone help me out? 

Error on the HouseService.cls-meta.xml file

 

 

 

#Trailhead Challenges  #Trailhead

1 answer
  1. Today, 5:40 AM

    Hi, 

     

    This highlighted error on 'ApexClass' won't create problems in your development. You can ignore this.

0/9000

Hey everyone, I need your swarm knowledge  🤯 

I have an Order report that is grouped by teh ERP Order Number and it should only show the ERP Order Numbers that are duplicates. Does anyone know if this is possible? 

Report grouping should only show if >1

 

 

 

#Reports & Dashboards

3 answers
  1. Today, 5:35 AM

    Thanks @Akash Bhati

    but I don't have a 'Row Count Filter'. 

    Thanks

    @Steve Molis

    that's what I am doing. The problem is that I got too many results over time and then it shows me an error because of the sorting 😥 

    If this isn't possible, I need to think of another way to filter it 🤯

0/9000

Hello Team, Getting below error when trying to do verify step  ---> 'Verify step to earn 100 points

 

We can’t find the Create Experience Session Booking action. Make sure it has been created and has an API Name of 'Create_Experience_Session_Booking'. 

 

I'm able to book the session also in coral clouds site by using agent.  

 

https://orgfarm-06a4123e79-dev-ed.develop.my.site.com/coralcloud/

 

 

Getting Error even after agent is successfully linked to the site and able to book session !

 

 

 

 

 

 

#Trailhead Challenges  #Trailhead  #Agentforce

3 answers
  1. Today, 5:32 AM

    Hi , 

     

    If you are getting an error even though your configuration is correct, there may be an issue with the validation logic. 

     

    I encourage you to get help from the Trailhead support team.

0/9000

Hi Trailblazers,

I'm currently working on integrating Salesforce with SAP using MuleSoft. In the process of setting up the Salesforce Replay Listener Connector in MuleSoft, it prompts me to provide a security token.

However, in my Salesforce sandbox org, I’m unable to find the "Reset My Security Token" option under Settings > My Personal Information. I've checked multiple times, but the option doesn’t appear.

Could someone please guide me on:

  • Why the "Reset My Security Token" option might be missing?
  • How to generate or retrieve the token in a sandbox org?
  • Is there an alternative way to authenticate with Salesforce from MuleSoft if the token is not available?

Thanks in advance for your help! 

 

#MuleSoft  #Salesforce Developer

1 answer
0/9000

Hi there! Let's polish up your message and see if we can brainstorm some ideas for your LWC issue. Here's a revised version:

Subject: Issue Retrieving Newly Created Related Records in LWC Quick Action

Hi everyone,

I've built a Lightning Web Component for the standard Work Order object. In this component, I'm using the getRecord wire adapter from lightning/uiRecordApi to fetch Work Order details. Additionally, I'm employing getRelatedListRecords and getRelatedListCount from lightning/uiRelatedListApi, also with the @wire decorator, to retrieve and count related records.

This LWC is invoked via a Quick Action. My custom logic within the action creates new records for a custom object that are related to the Work Order and then closes the action. If related records already exist, the LWC queries and displays them.

The challenge I'm facing is that when there are no related records initially, and my custom logic creates them, the LWC doesn't display these newly created records the next time I access the Quick Action (without a page refresh). It seems I can only see the related records after a manual page refresh.

I've experimented with the RefreshEvent but haven't been successful in resolving this.

Does anyone have any suggestions on how to ensure the LWC reflects the newly created related records without requiring a page refresh?  

Note: I cannot use "

Apex" in this LWC.

1 answer
  1. Today, 5:24 AM

    Hi, 

     

    To help me understand your implementation better and  and offer more relevant suggestions, could you please share the .html ( Just the section where you're displaying the related records ) and .js code.

0/9000