Skip to main content Stream TDX Bengaluru on Salesforce+. Start learning the critical skills you need to build and deploy trusted autonomous agents with Agentforce. Register for free.

Feed

Connect with fellow Trailblazers. Ask and answer questions to build your skills and network.
I'm doing the Set Up the Exchange Rate hands-on but keep getting an error. I've doublechecked thing and I'm still getting this message  

Challenge Not yet complete... here's what's wrong:  

We couldn’t find Currency Type and Decimal with the correct information. Ensure that you have selected the correct currency type and entered the decimal information.
28 answers
  1. Apr 20, 5:14 AM

    Try changing this, 

    Default LocaleEnglish (United States) 

    Default LanguageEnglish 

    Default Time Zone(GMT-05:00) Central Daylight Time (America/North_Dakota/Center) 

     

    And then execute the steps again. If possible remove the existing configurations and redo it again. 

0/9000

Hello, I am trying to complete module "Subscribe to Change Events Using an Apex Trigger": https://trailhead.salesforce.com/content/learn/modules/change-data-capture/subscribe-to-change-events-using-an-apex-trigger?trailmix_creator_id=strailhead&trailmix_slug=architect-integration-architecture and at the end when I wanted to launch Hands-on Org, and once in, when I wanted to install a package I was asked to enter package ID. I tried everywhere to find it, but no luck. Could you please advise where to find package ID?  Thanks     

6 answers
  1. Ajaypreet Singh Saini (Grantbook) Forum Ambassador
    Apr 17, 8:19 PM

    Hey @Stevan Popov, this module is not asking to install any package. 

    Note: New trailhead playground orgs shows "Install a Package" page in "Playground Starter" app. This doesn't meet that you have to install a package for every module. 

     

    Hope this helps

0/9000

Hello  

is there any way to find the see all page desinger pages list.  

current we can only see 200 page at time and there is no any pagination so switch on next page so see other pages.  

 

Current we have 400+ pages in page designer module but I open PD module then I can only see 200 pages not able to see remaining 200+ pages.

how to see see more than 200 pages in page designerScreenshot 2025-04-22 120827.png

 

 

2 answers
  1. Today, 4:42 AM

    Hi @René Kessler

    Thank you for your prompt response and for sharing the current workaround. I’ve already voted for the Idea Exchange suggestion you referenced, as this enhancement was originally proposed by me.

    This functionality would be incredibly valuable for our team and others, and I’d like to kindly request your team’s consideration for adding pagination to Page Designer, similar to what’s already implemented for Promotions. This would significantly improve usability when managing large numbers of pages. 

     

    Please let me know if there’s any additional information I can provide to support this request. I appreciate your time and attention to this matter. 

     

    Thank you

0/9000
11 answers
  1. Apr 15, 7:27 PM

    I just ran into this issue and indeed it's not having my latest version active in flows. And as many suggested, you can erase all previous versions besides the latest of BOTH FLOWS to be running the latest version. 

     

    I'd also suggest using copy & paste for Labels so there is no chance of spelling mistakes.

0/9000

I have a DM that grabs "Case Participants" (meeting a specific criteria) from a "Case".  Save and Fetch produces the following JSON. 

I am unable to plug those items into a flexcard datatable.  I am new to the OmniStudio environment

[

{

"Participant": [

{

"ContactLastName": "Doe",

"Id": "1caKj000000LoEMIA0",

"ContactId": "003Kj00002ZaQ74IAF",

"ContactFirstName": "Jeff",

"Sustained_Injuries__c": true,

"ContactDOB": "1970-11-24"

},

{

"ContactLastName": "Doe",

"Id": "1caKj000000LoENIA0",

"ContactId": "003Kj00002ZaQ75IAF",

"ContactFirstName": "Colleen",

"Sustained_Injuries__c": true,

"ContactDOB": "1971-06-15"

}

]

}

]

0/9000

Estou tentando criar uma validation rule que valide um campo de CNPJ que contem 14 números porem temos records types 'clientes brasil' e 'clientes USA' preciso que o validation rule funcionasse somente com o Record Type ID do brasil, estou colocando o recort type id correto, a API do campo também está correto, para contornar isso utilizei o ''$RecordType.Name" porém seria mais confiável utilizar o ID

0/9000

 I'm working on a Salesforce OmniStudio Integration Procedure

and I need to generate a list of months between two dates (StartDate and EndDate). I want to iterate through these months based on an iteration number (e.g., 12 months), and return the list in the format MM-YYYY (e.g., "04-2025", "05-2025",  "06-2025", etc.).  

 

Example:  

  "Months": [ 

    "04-2025", 

    "05-2025", 

    "06-2025", 

    "07-2025", 

    "08-2025", 

    "09-2025", 

    "10-2025", 

    "11-2025", 

    "12-2025", 

    "01-2026", 

    "02-2026", 

    "03-2026" 

  ] 

 

I don't want to use apex class, just omnistudio tools. 

 

0/9000

Hello everyone, I'm trying to make so that when I'm creating an Account, I type a number field, and it fetches some values via HTTP request to automatically populate the fields before saving. 

 

Does anyone know if there is any alternatives it seems unavailable with Flow?

0/9000

In salesforce payment object while changing currency from 500 INR to USD it should be 5.8 USD but  it is converting 500 INR to 500 USD and in bracket it shows 500 USD to INR value as well. Give reason with explanation. Why? 

5 answers
  1. Steven Trumble (Skie) Forum Ambassador
    Yesterday, 8:42 PM

    Oh I think I understand what you're saying now.

    Are your saying you create the opportunity in INR at 500. Then you change the currency to GBP but you want it to retain its value at 500 INR?

    This is not how currencies work in Salesforce.

    When you create the opportunity and you know it should be sold in GBP then the Amount you enter should be the GBP number.

0/9000
Ayu P asked in #Security

I have implemented an SSO and tested it, I was able to login with SSO and can see my login info in the login history. But when I validate the SAML response in the SAML validator I get the below two errors:

1. Signature or certificate problem and  

2. The signature in the assertion is not valid 

Any pointers on how to resolve this? 

 @* Salesforce Developers *

3 answers
  1. Yesterday, 8:57 PM

    The self sign certificated that I used is a newly created one. The client certificate provided by the IDP team is also correct. The SAML response from the SAML tracer is also aligns with the IDP certificate. I am able to login without any issues but in SAML validator receiving the below errors 

     1. Signature or certificate problem and  

    2. The signature in the assertion is not valid 

0/9000