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.

A la hora de terminar y comprobar el reto, me da un error en la version del flujo (he tenido que repetirlo varias veces) e incluso crear una nueva version con los datos adecuados para que funcionara. Pero a pesar de borrar el flujo, activarlo y desactivarlo.. no me permite continuar.   

 

Error Message:  

 

Comprobamos su trabajo en la versión activa del flujo. En el caso del flujo "Create Check-in Guest Event" (Crear evento de admisión de huésped), hemos encontrado los cambios más recientes en una versión que no está activa. Active la versión que quiera que comprobemos y luego vuelva a hacer clic en Check Challenge (Comprobar reto).

 

 

Es lo ultimo que me falta para conseguir la insignia y nos se muy bien como continuar.  

 

Gracias 

 

#Trailhead Challenges

1 answer
0/9000

When building a Flow - in Unified link 1 the only option for 'Object' is Static Currency Rates Home. How can I fix the errors in my flow? 

 

#Agentforce

1 answer
0/9000
1 answer
0/9000

Hello everyone 

 

Could you please help me with the following: I have a recent list view of all cases, but I want to filter by account associated with the contact. I will use this list in the community, additionally, the images I posted are in Spanish because the client has their Salesforce in Spanish 

for example: 

 

I have user X from community Y who logs in. When clicking on the Cases section, all cases for the account to which user X is associated should be displayed. 

This is my list.

Recent List view contains all cases for an account

 

User X has this information in the Contact.

contact.jpg

 

The created cases are associated with an Account.

Case.jpg

 

How can I match the information of the Contact where the account is located with the cases for the same account? 

 

Thanks and Regards 

Tania García 

 

 

 

 

1 answer
  1. Ajaypreet Singh Saini (Grantbook) Forum Ambassador
    Today, 1:13 AM

    Hey @Tania García Montoya, you can use a formula field and use that field as a filter criteria in the list view filter. 

    But, as you want to display all cases for the account to which user X's Contact is associated, you can try using sharing sets to share records in the community based on this logic

0/9000

I got a playground environment from the following Trailhead: 

https://trailhead.salesforce.com/ja/content/learn/projects/quick-start-explore-the-coral-cloud-sample-app/deploy-the-coral-cloud-sample-app

 

 

★What I want to implement 

I want to upload PDF data to the data library and chunk/vectorize it. 

 

★Implementation procedure 

Data Library>Create new library>Upload PDF data>Create search index 

 

After creating the search index, I select Data Explorer>Data Model Object>FileUDMO_SI_Chunk_dlm, but no data is created. 

 

What could be the cause? 

 

 

Unable to chunk PDF data with DataCloud.

 

 

20250704_DC2.png

 

 

6 answers
0/9000

Hi, everyone! I’m trying to calculate a Membership End Date — which should always be the last day of the month, taking leap years into consideration — based on a Membership Start Date (which is not always the first day of the month).  

 

I know ADDMONTHS will take leap years into consideration, but how can you ensure that the Membership End Date will always be the last day of the month, regardless of the month having 28, 29, 30, or 31 days?  

 

Thank you! 

#Formula Help @Steve Molis @Formulas - Help, Tips and Tricks

 

 

#Formulas

12 answers
  1. Steven Trumble (Skie) Forum Ambassador
    Today, 12:25 AM

    Ah, my mistake. Didn't notice the other syntax issues. try this one: 

     

    IF(

    OR(

    ISPICKVAL({!$Record.Member_Level__c}, "2 yr membership A"),

    ISPICKVAL({!$Record.Member_Level__c}, "2 yr membership B")

    ),

    ADDMONTHS(DATE(YEAR({!Start_Date__c}), MONTH({!Start_Date__c}), 1), 25) - 1,

    ADDMONTHS(DATE(YEAR({!Start_Date__c}), MONTH({!Start_Date__c}), 1), 13) - 1

    )

0/9000

I am trying to see why I am not getting records into a DLO and when I search for the PR_dlo name I do not find it in the Data Explorer or Query editor. 

 

When I go into the DLO tab and search for it, the Data Lake Object Status is INACTIVE.  I am unable to change the status to Active! 

  

How do I get the Problem DLOs active?  When I choose Update Status, nothing happens.  

#Data Cloud  #Help-datacloud-enablement

2 answers
  1. Today, 1:09 AM
    Data Stream is active and processing records
0/9000

Hello everyone, I hope you're all having a great week! 

 

I'm currently working hard towards my Salesforce Admin certification, and I'm really excited about it! As I've been looking at job postings on LinkedIn, I've noticed that most Salesforce Admin roles ask for a bit of experience (around 1-3 years). Since I'll be brand new to the certified world without prior professional experience in this area, I'm wondering if anyone has some friendly advice or tips on how to gain practical Salesforce Admin experience that would really help me land a job. 

 

Thanks so much in advance for any thoughts or guidance you can share! I truly appreciate your time.  

 

#Salesforce Admin

1 answer
  1. Ajaypreet Singh Saini (Grantbook) Forum Ambassador
    Today, 1:08 AM

    Hey @Minoska Rivas, i would recommend doing some internship or volunteer work to gain real world experience. 

    Look for those opportunities in your area and there are jobs for freshers too but you have to look for all available opportunities in your area.

0/9000
2 answers
  1. Today, 12:55 AM

    Hi Apurva,

    Pay scale depends on experience in customization as well.

    You can go through job postings in various career site to view the expectations and salary.

    Thanks

0/9000

Does anyone know if it's possible to use the Transform element to merge two text collections? I have two collection variables with email addresses in each. I want to merge them so all email addresses are in a single collection. I know how to do this via a loop, but it seems like something Transform should be able to handle. See screenshot for a visual.  

Transform element to join/merge two text collections

 

 

1 answer
  1. Today, 12:51 AM

    Hi Megan,

    Mapping to target data should be from a single source. Multiple source's are not allowed.

0/9000